Skip to content

Commit

Permalink
fix attachment errors causing nonprojectivity (#548, 2nd batch: q3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschneid committed Aug 27, 2024
1 parent 03f4909 commit 87b4398
Show file tree
Hide file tree
Showing 27 changed files with 74 additions and 74 deletions.
74 changes: 37 additions & 37 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 @@ -204,11 +204,11 @@
11 but but CCONJ CC _ 14 cc 14:cc _
12 for for ADP IN _ 14 case 14:case _
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 _
14 days day NOUN NNS Number=Plur 9 conj 9:conj:but _
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|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 discourse 3:discourse _
18 seriously seriously ADV RB _ 3 conj 3:conj:but SpaceAfter=No
17 mean mean VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 3 parataxis 3:parataxis _
18 seriously seriously ADV RB _ 3 advmod 3:advmod SpaceAfter=No
19 . . PUNCT . _ 3 punct 3:punct _

# sent_id = answers-20111107193044AAvUYBv_ans-0011
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
13 required require VERB VBN Tense=Past|VerbForm=Part|Voice=Pass 0 root 0:root _
14 to to PART TO _ 15 mark 15:mark _
15 attend attend VERB VB VerbForm=Inf 13 xcomp 13:xcomp _
16 a a DET DT Definite=Ind|PronType=Art 22 det 22:det _
16 a a DET DT Definite=Ind|PronType=Art 19 det 19:det _
17 SOLAS SOLAS PROPN NNP Number=Sing 19 compound 19:compound _
18 muster muster NOUN NN Number=Sing 19 compound 19:compound _
19 drill drill NOUN NN Number=Sing 15 obj 15:obj _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
9 going go VERB VBG VerbForm=Ger 7 acl 7:acl _
10 toward toward ADP IN _ 12 case 12:case _
11 " " PUNCT `` _ 12 punct 12:punct SpaceAfter=No
12 Porte Porte PROPN NNP Number=Sing 8 obl 8:obl:toward _
12 Porte Porte PROPN NNP Number=Sing 9 obl 9:obl:toward _
13 de de PROPN NNP Number=Sing 12 flat 12:flat _
14 Vanves Vanves PROPN NNP Number=Sing 12 flat 12:flat SpaceAfter=No
15 " " PUNCT '' _ 12 punct 12:punct SpaceAfter=No
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
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 _
12 studying study VERB VBG VerbForm=Ger 11 advcl 11:advcl Depictive=Yes
13 worthless worthless ADJ JJ Degree=Pos 14 amod 14:amod _
14 degrees degree NOUN NNS Number=Plur 12 obj 12:obj SpaceAfter=No
15 . . PUNCT . _ 11 punct 11:punct _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
7 by by ADP IN _ 8 case 8:case _
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 _
10 Immigration Immigration PROPN NNP Number=Sing 8 conj 8:conj:and _
11 Canada Canada PROPN NNP Number=Sing 8 compound 8:compound SpaceAfter=No
12 , , PUNCT , _ 20 punct 20:punct _
13 and and CCONJ CC _ 20 cc 20:cc _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@
# text = After a couple of weeks I got tired of them.
1 After after ADP IN _ 3 case 3:case _
2 a a DET DT Definite=Ind|PronType=Art 3 det 3:det _
3 couple couple NOUN NN Number=Sing 8 obl 8:obl:after _
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 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|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
11 . . PUNCT . _ 8 punct 8:punct _
11 . . PUNCT . _ 7 punct 7:punct _

# sent_id = answers-20111108092643AAXe4lD_ans-0013
# text = They are quite messy and you cannot hold or pet them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,16 +265,16 @@
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 : _ 20 punct 20:punct _
20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 27 nmod:poss 27:nmod:poss _
20 your your PRON PRP$ Case=Gen|Person=2|Poss=Yes|PronType=Prs 22 nmod:poss 22: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 _
24 birthdate birthdate NOUN NN Number=Sing 12 conj 8:obj|12:conj SpaceAfter=No
24 birthdate birthdate NOUN NN Number=Sing 22 conj 12:appos|22:conj SpaceAfter=No
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
27 address address NOUN NN Number=Sing 22 conj 12:appos|22:conj SpaceAfter=No
28 , , PUNCT , _ 29 punct 29:punct _
29 etc etc. NOUN FW Abbr=Yes|Number=Plur 12 conj 8:obj|12:conj _
29 etc etc. NOUN FW Abbr=Yes|Number=Plur 22 conj 12:appos|22: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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
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|PronType=Ind 6 parataxis 6:parataxis|7:amod SpaceAfter=No
15 anything anything PRON NN Number=Sing|PronType=Ind 7 parataxis 7:parataxis SpaceAfter=No
16 . . PUNCT . _ 7 punct 7:punct _

# sent_id = answers-20111108101300AAIAKXN_ans-0004
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
17 then then ADV RB PronType=Dem 18 advmod 18:advmod _
18 up up ADV RB _ 7 parataxis 5:xcomp|7:parataxis _
19 2 2 NUM CD NumForm=Digit|NumType=Card 18 obl:unmarked 18:obl:unmarked _
20 down down ADV RB _ 11 conj 11:conj _
20 down down ADV RB _ 18 conj 18:conj _
21 1 1 NUM CD NumForm=Digit|NumType=Card 20 obl:unmarked 20:obl:unmarked _
22 making make VERB VBG Tense=Pres|VerbForm=Part 5 advcl 5:advcl _
23 sure sure ADJ JJ Degree=Pos 22 xcomp 22:xcomp _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
17 you you PRON PRP Case=Nom|Person=2|PronType=Prs 18 nsubj 18:nsubj _
18 go go VERB VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 15 advcl:relcl 15:advcl:relcl Cxn=rc-red-obl_nsubj
19 :) :) SYM NFP _ 14 discourse 14:discourse _
20 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 5 parataxis 5:parataxis _
20 hope hope VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 14 parataxis 14:parataxis _
21 that that PRON DT Number=Sing|PronType=Dem 22 nsubj 22:nsubj _
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 _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
49 over over ADV RB _ 48 advmod 48:advmod _
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 _
51 rain rain NOUN NN Number=Sing 44 conj 50.1:obj|53:nsubj:xsubj _
52 to to PART TO _ 53 mark 53:mark _
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 _
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/email/enronsent10_01.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@
23 and and CCONJ CC _ 26 cc 26:cc _
24 it it PRON PRP Case=Nom|Gender=Neut|Number=Sing|Person=3|PronType=Prs 26 nsubj 26:nsubj _
25 specifically specifically ADV RB _ 26 advmod 26:advmod _
26 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj 4:conj:and _
26 says say VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj 3:conj:and _
27 that that SCONJ IN _ 32 mark 32:mark _
28 the the DET DT Definite=Def|PronType=Art 30 det 30:det _
29 max max ADJ JJ Degree=Pos 30 amod 30:amod _
Expand Down
4 changes: 2 additions & 2 deletions not-to-release/sources/email/enronsent24_01.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@
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 _ 12 cc 12:cc _
6 and and CCONJ CC _ 13 cc 13: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 _
Expand Down Expand Up @@ -1222,7 +1222,7 @@
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 _ 12 cc 12:cc _
6 and and CCONJ CC _ 13 cc 13: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 _
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/email/enronsent38_01.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
19 the the DET DT Definite=Def|PronType=Art 20 det 20:det _
20 word word NOUN NN Number=Sing 14 obl 14:obl:before _
21 " " PUNCT `` _ 22 punct 22:punct SpaceAfter=No
22 change change NOUN NN Number=Sing 1 appos 1:appos SpaceAfter=No
22 change change NOUN NN Number=Sing 20 appos 20:appos SpaceAfter=No
23 " " PUNCT '' _ 22 punct 22:punct _
24 and and CCONJ CC _ 27 cc 27:cc _
25 after after ADP IN _ 27 case 27:case _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@

# sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0021
# 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 _
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|4:nsubj:xsubj _
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 _
Expand All @@ -506,7 +506,7 @@
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
22 . . PUNCT . _ 4 punct 4:punct _
22 . . PUNCT . _ 3 punct 3:punct _

# sent_id = newsgroup-groups.google.com_FOOLED_7554c5ce34a5a49e_ENG_20051012_144800-0022
# text = President Bush has directed NASA to return to the moon by 2018 with a new generation of human explorers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
25 of of ADP IN _ 26 case 26:case _
26 climate climate NOUN NN Number=Sing 24 nmod 24:nmod:of _
27 in in SCONJ IN _ 28 mark 28:mark _
28 determining determine VERB VBG VerbForm=Ger 15 acl 15:acl:in _
28 determining determine VERB VBG VerbForm=Ger 24 acl 24:acl:in _
29 the the DET DT Definite=Def|PronType=Art 31 det 31:det _
30 geographical geographical ADJ JJ Degree=Pos 31 amod 31:amod _
31 distribution distribution NOUN NN Number=Sing 28 obj 28:obj _
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@

# sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0034
# text = And so Congress and the Supreme Court become mere advisors to the President, with no real authority over him.
1 And and CCONJ CC _ 10 cc 10:cc _
1 And and CCONJ CC _ 8 cc 8:cc _
2 so so ADV RB _ 8 advmod 8:advmod _
3 Congress Congress PROPN NNP Number=Sing 8 nsubj 8:nsubj|10:nsubj:xsubj _
4 and and CCONJ CC _ 7 cc 7:cc _
Expand All @@ -993,7 +993,7 @@
18 authority authority NOUN NN Number=Sing 10 nmod 10:nmod:with _
19 over over ADP IN _ 20 case 20:case _
20 him he PRON PRP Case=Acc|Gender=Masc|Number=Sing|Person=3|PronType=Prs 18 nmod 18:nmod:over SpaceAfter=No
21 . . PUNCT . _ 10 punct 10:punct _
21 . . PUNCT . _ 8 punct 8:punct _

# sent_id = newsgroup-groups.google.com_civicamerican_22c54c292026bfd2_ENG_20060128_072400-0035
# text = 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
4 progresses progress VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 13 advcl 13:advcl:as SpaceAfter=No
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 _
7 more more ADV RBR Degree=Cmp 8 advmod 8:advmod _
8 impressive impressive ADJ JJ Degree=Pos 13 xcomp 13:xcomp _
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 _
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/018548.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
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
5 luna luna NOUN NN Number=Sing 9 dislocated 9:dislocated SpaceAfter=No
6 : : PUNCT : _ 5 punct 5: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 _
Expand Down
4 changes: 2 additions & 2 deletions not-to-release/sources/reviews/018562.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
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 PronType=Tot 19 conj 19:conj:and|23:det SpaceAfter=No
22 one one NOUN NN Number=Sing 18 reparandum 18:reparandum _
22 one one NOUN NN Number=Sing 23 reparandum 23: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
25 us we PRON PRP Case=Acc|Number=Plur|Person=1|PronType=Prs 23 nmod 23:nmod:of SpaceAfter=No
26 . . PUNCT . _ 6 punct 6:punct _

# sent_id = reviews-018562-0005
Expand Down
4 changes: 2 additions & 2 deletions not-to-release/sources/reviews/047184.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
24 across across ADP IN _ 26 case 26:case _
25 the the DET DT Definite=Def|PronType=Art 26 det 26:det _
26 board board NOUN NN Number=Sing 23 nmod 23:nmod:across _
27 Steve Steve PROPN NNP Number=Sing 13 appos 13:appos _
27 Steve Steve PROPN NNP Number=Sing 5 parataxis 5:parataxis Signature=Yes
28 & & CCONJ CC _ 29 cc 29:cc _
29 Anne Anne PROPN NNP Number=Sing 27 conj 13:appos|27:conj _
29 Anne Anne PROPN NNP Number=Sing 27 conj 27:conj _

2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/063347.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
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 _
7 preparing prepare VERB VBG VerbForm=Ger 2 acl 2:acl _
7 preparing prepare VERB VBG VerbForm=Ger 6 advcl 6:advcl Depictive=Yes
8 memorable memorable ADJ JJ Degree=Pos 9 amod 9:amod _
9 breakfasts breakfast NOUN NNS Number=Plur 7 obj 7:obj SpaceAfter=No
10 . . PUNCT . _ 6 punct 6:punct _
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/112579.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
27 a a DET DT Definite=Ind|PronType=Art 28 det 28:det _
28 week week NOUN NN Number=Sing 26 obl:unmarked 26:obl:unmarked TemporalNPAdjunct=Yes
29 and and CCONJ CC _ 30 cc 30:cc _
30 anytime anytime ADV RB PronType=Ind 25 conj 25:conj:and|26:obl:at|35:obl _
30 anytime anytime ADV RB PronType=Ind 25 conj 22:advmod|26:conj:and|35:obl _
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|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 35 cop 35:cop _
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/329692.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
15 the the DET DT Definite=Def|PronType=Art 17 det 17:det _
16 parking parking NOUN NN Number=Sing 17 compound 17:compound _
17 lot lot NOUN NN Number=Sing 2 conj 2:conj:and _
18 waiting wait VERB VBG VerbForm=Ger 11 acl 11:acl _
18 waiting wait VERB VBG VerbForm=Ger 17 advcl 17:advcl Depictive=Yes
19 for for ADP IN _ 21 case 21:case _
20 this this DET DT Number=Sing|PronType=Dem 21 det 21:det _
21 class class NOUN NN Number=Sing 18 obl 18:obl:for SpaceAfter=No
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/338429.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
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 ADP IN _ 9 case 9:case _
9 best well ADV RBS Degree=Sup 3 nmod 3:nmod:at SpaceAfter=No
9 best well ADV RBS Degree=Sup 4 nmod 4:nmod:at SpaceAfter=No
10 . . PUNCT . _ 2 punct 2:punct _

# sent_id = reviews-338429-0020
Expand Down
2 changes: 1 addition & 1 deletion not-to-release/sources/reviews/351561.xml.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
# text = 17th, like over by 16th and 15th YES, I say, one mile west of you.
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 INTJ UH _ 6 discourse 6:discourse _
3 like like INTJ UH _ 4 discourse 4:discourse _
4 over over ADV RB _ 1 nmod 1:nmod:like _
5 by by ADP IN _ 6 case 6:case _
6 16th 16th ADJ NNP Degree=Pos|NumForm=Combi|NumType=Ord 4 obl 4:obl:by _
Expand Down

0 comments on commit 87b4398

Please sign in to comment.