Skip to content

Commit

Permalink
Merge pull request #522 from UniversalDependencies/reduced-rcs-eud
Browse files Browse the repository at this point in the history
EUD edges for reduced relatives, and Cxn indicating relative clause type (#392)
  • Loading branch information
nschneid authored May 1, 2024
2 parents ecd9142 + 9dcbfb2 commit 60f895f
Show file tree
Hide file tree
Showing 648 changed files with 6,280 additions and 6,271 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,14 @@ almost all respects, but there remain the following deviations:

Highlights:

- Relative clauses (TODO)
- **Relative clauses**
* ~700 enhanced edges added for reduced relative clauses ([#392](https://github.com/UniversalDependencies/UD_English-EWT/issues/392)) (thanks [@xiulinyang](https://github.com/xiulinyang)!)
* relative clause types added in `Cxn` attribute of MISC ([#474](https://github.com/UniversalDependencies/UD_English-EWT/issues/474))
- e.g. `Cxn=rc-wh-nsubj:pass` (passive subject WH), `Cxn=rc-red-obj` (reduced object), `Cxn=rc-red-obl-pstrand` (reduced oblique with preposition stranding),
`Cxn=rc-free-obj_xcomp` (free relative, object nested under xcomp)
- produced by [not-to-release/tools/rc-types.sh](not-to-release/tools/rc-types.sh) - see the code for documentation
- cf. the [UCxn project](https://github.com/LeonieWeissweiler/UCxn/) (a larger effort which proposed construction annotation in UD,
though this use of it for relative clauses is EWT-specific at present)
- Attach list item enumerators (`LS`) as `discourse` ([#518](https://github.com/UniversalDependencies/UD_English-EWT/issues/518))
- Verb tags/features
* clean up errors
Expand Down
587 changes: 294 additions & 293 deletions en_ewt-ud-dev.conllu

Large diffs are not rendered by default.

574 changes: 287 additions & 287 deletions en_ewt-ud-test.conllu

Large diffs are not rendered by default.

5,110 changes: 2,555 additions & 2,555 deletions en_ewt-ud-train.conllu

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
16 Tampa Tampa PROPN NNP Number=Sing 17 compound 17:compound _
17 Bay Bay PROPN NNP Number=Sing 14 nmod 14:nmod:in _
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 _
19 sells sell VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 14 acl:relcl 14:acl:relcl Cxn=rc-that-nsubj
20 morcillas morcilla NOUN NNS Number=Plur 19 obj 19:obj SpaceAfter=No
21 , , PUNCT , _ 23 punct 23:punct _
22 also also ADV RB _ 23 advmod 23:advmod _
Expand Down Expand Up @@ -96,7 +96,7 @@
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|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl _
12 sell sell VERB VBP Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 acl:relcl 6:acl:relcl Cxn=rc-wh-obl
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
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|Number=Plur|Person=3|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 Cxn=rc-that-nsubj
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
1 Food food NOUN NN Number=Sing 0 root 0:root _
2 like like ADP IN _ 4 case 4:case _
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 _
4 stuff stuff NOUN NN Number=Sing 1 nmod 1:nmod:like|6:obj _
5 they they PRON PRP Case=Nom|Number=Plur|Person=3|PronType=Prs 6 nsubj 6:nsubj _
6 eat eat VERB VBP Mood=Ind|Number=Plur|Person=3|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 Cxn=rc-red-obj
7 in in ADP IN _ 9 case 9:case _
8 Spanish Spanish ADJ JJ Degree=Pos 9 amod 9:amod _
9 countries country NOUN NNS Number=Plur 6 obl 6:obl:in _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
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|Number=Plur|Person=3|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 Cxn=rc-that-nsubj
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
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 CorrectSpaceAfter=Yes|SpaceAfter=No
32 guys guy NOUN NNS Number=Plur 29 nmod 29:nmod:of _
32 guys guy NOUN NNS Number=Plur 29 nmod 29:nmod:of|34:obj _
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 _
34 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 32 acl:relcl 32:acl:relcl Cxn=rc-red-obj
35 and and CCONJ CC _ 38 cc 38:cc _
36 one one NUM CD NumForm=Word|NumType=Card 37 nummod 37:nummod _
37 guy guy NOUN NN Number=Sing 38 nsubj 38:nsubj _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
25 volume volume NOUN NN Number=Sing 28 nsubj 28:nsubj _
26 of of ADP IN _ 27 case 27:case _
27 water water NOUN NN Number=Sing 25 nmod 25:nmod:of _
28 sends send VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl _
28 sends send VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 acl:relcl 13:acl:relcl Cxn=rc-wh-obl
29 a a DET DT Definite=Ind|PronType=Art 31 det 31:det _
30 constant constant ADJ JJ Degree=Pos 31 amod 31:amod _
31 mist mist NOUN NN Number=Sing 28 obj 28:obj _
Expand Down Expand Up @@ -152,7 +152,7 @@
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|Number=Plur|Person=3|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 Cxn=rc-that-nsubj
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 _
Expand Down Expand Up @@ -226,7 +226,7 @@
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 _
30 close close ADJ JJ Degree=Pos 21 acl:relcl 21:acl:relcl SpaceAfter=No
30 close close ADJ JJ Degree=Pos 21 acl:relcl 21:acl:relcl Cxn=rc-wh-nsubj|SpaceAfter=No
31 . . PUNCT . _ 8 punct 8:punct _

# sent_id = answers-20090605110235AAALlCt_ans-0009
Expand All @@ -237,7 +237,7 @@
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|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 _
7 served serve VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 4 acl:relcl 4:acl:relcl Cxn=rc-that-nsubj:pass
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
# 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 NOUN NN Number=Sing 9 nsubj 9:nsubj _
2 one one NOUN NN Number=Sing 9 nsubj 4:obj|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 _
4 like like VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl Cxn=rc-red-obj
5 the the DET DT Definite=Def|PronType=Art 6 det 6:det _
6 most most ADV RBS Degree=Sup 4 advmod 4:advmod _
7 would would AUX MD VerbForm=Fin 9 aux 9:aux _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
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 _
11 gets get VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl Cxn=rc-wh-nsubj
12 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 11 obj 11:obj|13:nsubj:xsubj _
13 right right ADJ JJ Degree=Pos 11 xcomp 11:xcomp SpaceAfter=No
14 ! ! PUNCT . _ 3 punct 3:punct _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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|Number=Plur|Person=3|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 Cxn=rc-that-obj
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
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 _
23 context context NOUN NN Number=Sing 21 nmod 21:nmod:of|26:obl _
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|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 _
26 looking look VERB VBG Tense=Pres|VerbForm=Part 23 acl:relcl 23:acl:relcl Cxn=rc-red-obl-pstrand
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 _
29 in in ADP IN _ 26 obl 26:obl Promoted=Yes|SpaceAfter=No
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
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 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 MissingWordsAfter=am
11 having have VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl:when _
10 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 11 nsubj 11:nsubj _
11 having have VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|Typo=Yes|VerbForm=Fin 5 advcl 5:advcl:when CorrectForm=have
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# newpar id = answers-20110101171252AA43jJo_ans-p0002
# text = The Hank Green I know is hardly awesome.
1 The the DET DT Definite=Def|PronType=Art 2 det 2:det _
2 Hank Hank PROPN NNP Number=Sing 8 nsubj 8:nsubj _
2 Hank Hank PROPN NNP Number=Sing 8 nsubj 5:obj|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|Number=Sing|Person=1|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 Cxn=rc-red-obj
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
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 _
5 food food NOUN NN Number=Sing 2 nmod 2:nmod:of _
5 food food NOUN NN Number=Sing 2 nmod 2:nmod:of|9:obj _
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|Number=Sing|Person=1|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 Cxn=rc-red-obj
10 only only ADV RB _ 11 advmod 11:advmod _
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
Expand All @@ -117,7 +117,7 @@
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 _
10 that that PRON WDT PronType=Rel 11 nsubj 9:ref _
11 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl _
11 includes include VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 9 acl:relcl 9:acl:relcl Cxn=rc-that-nsubj
12 the the DET DT Definite=Def|PronType=Art 14 det 14:det _
13 game game NOUN NN Number=Sing 14 compound 14:compound _
14 pieces piece NOUN NNS Number=Plur 11 obj 11:obj SpaceAfter=No
Expand All @@ -129,7 +129,7 @@
20 game game NOUN NN Number=Sing 21 compound 21:compound _
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|Number=Sing|Person=2|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 Cxn=rc-red-obj
24 with with ADP IN _ 26 case 26:case _
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
Expand All @@ -146,7 +146,7 @@
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 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 _
5 explains explain VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 acl:relcl 2:acl:relcl Cxn=rc-wh-nsubj
6 this this PRON DT Number=Sing|PronType=Dem 5 obj 5:obj SpaceAfter=No
7 , , PUNCT , _ 9 punct 9:punct _
8 and and CCONJ CC _ 9 cc 9:cc _
Expand Down Expand Up @@ -189,10 +189,10 @@
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 PronType=Tot 8 det 8:det _
8 thing thing NOUN NN Number=Sing 6 obj 6:obj _
8 thing thing NOUN NN Number=Sing 6 obj 6:obj|11: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 _
11 buy buy VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl _
11 buy buy VERB VB VerbForm=Inf 8 acl:relcl 8:acl:relcl Cxn=rc-red-obj
12 (: (: SYM NFP _ 1 discourse 1:discourse _

# sent_id = answers-20111019100027AAdxgXV_ans-0016
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
3 the the DET DT Definite=Def|PronType=Art 6 det 6:det _
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 _
6 system system NOUN NN Number=Sing 0 root 0:root|9:obj _
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 _
9 buy buy VERB VB VerbForm=Inf 6 acl:relcl 6:acl:relcl Cxn=rc-red-obj
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
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 _
6 blogs blog NOUN NNS Number=Plur 2 nmod 2:nmod:of|9:obj _
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|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 _
9 read read VERB VBN Tense=Past|VerbForm=Part 6 acl:relcl 6:acl:relcl Cxn=rc-red-obj
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
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 advcl:relcl 6:advcl:relcl _
10 going go VERB VBG Tense=Pres|VerbForm=Part 6 advcl:relcl 6:advcl:relcl Cxn=rc-wh-advmod
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 _
Expand Down Expand Up @@ -119,7 +119,7 @@
6 from from ADP IN _ 7 case 7:case _
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 _
9 knows know VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 7 acl:relcl 7:acl:relcl Cxn=rc-wh-nsubj
10 the the DET DT Definite=Def|PronType=Art 12 det 12:det _
11 philly philly PROPN NNP Number=Sing 12 compound 12:compound _
12 area area NOUN NN Number=Sing 9 obj 9:obj _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
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 _
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 _
13 chosen choose VERB VBN Tense=Past|VerbForm=Part 9 acl:relcl 9:acl:relcl Cxn=rc-that-obj
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 _
Expand All @@ -223,9 +223,9 @@
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 NumForm=Word|NumType=Card 3 nmod 3:nmod:on _
6 three three NUM CD NumForm=Word|NumType=Card 3 nmod 3:nmod:on|8:obj _
7 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 8 nsubj 8:nsubj _
8 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl _
8 mentioned mention VERB VBD Mood=Ind|Number=Sing|Person=1|Tense=Past|VerbForm=Fin 6 acl:relcl 6:acl:relcl Cxn=rc-red-obj
9 earlier early ADV RBR Degree=Cmp 8 advmod 8:advmod SpaceAfter=No
10 . . PUNCT . _ 3 punct 3:punct _

Expand Down Expand Up @@ -259,18 +259,18 @@
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 _
7 ones one NOUN NNS Number=Plur 4 obl 4:obl:at|10:obj _
8 you you PRON PRP Case=Nom|Person=2|PronType=Prs 10 nsubj 10:nsubj _
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 _
10 listed list VERB VBN Tense=Past|VerbForm=Part 7 acl:relcl 7:acl:relcl Cxn=rc-red-obj
11 nor nor CCONJ CC _ 14 cc 14:cc _
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|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
18 has have VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 16 acl:relcl 16:acl:relcl Cxn=rc-wh-nsubj|SpaceAfter=No
19 . . PUNCT . _ 4 punct 4:punct _

# sent_id = answers-20111101180811AAZtKpz_ans-0015
Expand Down
Loading

0 comments on commit 60f895f

Please sign in to comment.