Closed amir-zeldes closed 6 years ago
Example of subject relative -> obj SD source:
1 wikiHow _ NP _ _ 5 nsubj _ _
2 is _ VBZ _ _ 5 cop _ _
3 a _ DT _ _ 5 det _ _
4 wiki-based _ VVN _ _ 5 amod _ _
5 site _ NN _ _ 0 root _ _
6 which _ WP _ _ 10 nsubj _ _
7 aims _ VVZ _ _ 5 rcmod _ _
8 to _ TO _ _ 10 aux _ _
9 " _ `` _ _ 0 punct _ _
10 build _ VV _ _ 7 xcomp _ _
11 the _ DT _ _ 12 det _ _
12 world _ NN _ _ 19 poss _ _
13 's _ POS _ _ 12 possessive _ _
14 largest _ JJS _ _ 19 amod _ _
15 , _ , _ _ 0 punct _ _
16 highest _ JJS _ _ 17 advmod _ _
17 quality _ JJ _ _ 19 amod _ _
18 how-to _ NN _ _ 19 nn _ _
19 manual _ NN _ _ 10 dobj _ _
20 . _ SENT _ _ 0 punct _ _
21 " _ `` _ _ 0 punct _ _
Example of subj -> obj in copula SD source:
1 That _ WDT _ _ 2 nsubj _ _
2 said _ VVD _ _ 6 advcl _ _
3 , _ , _ _ 0 punct _ _
4 we _ PP _ _ 9 nsubj _ _
5 are _ VBP _ _ 6 cop _ _
6 realistic _ JJ _ _ 0 root _ _
7 enough _ RB _ _ 6 advmod _ _
8 to _ TO _ _ 9 aux _ _
9 realize _ VV _ _ 6 xcomp _ _
10 that _ IN/that _ _ 14 mark _ _
11 this _ DT _ _ 12 det _ _
12 goal _ NN _ _ 17 nsubj _ _
13 will _ MD _ _ 14 aux _ _
14 take _ VV _ _ 9 ccomp _ _
15 decades _ NNS _ _ 14 dobj _ _
16 to _ TO _ _ 17 aux _ _
17 achieve _ VV _ _ 14 xcomp _ _
18 . _ SENT _ _ 0 punct _ _
Another example with aux
:
1 Why _ WRB _ _ 4 advmod _ _
2 did _ VVD _ _ 4 aux _ _
3 you _ PP _ _ 6 nsubj _ _
4 decide _ VV _ _ 0 root _ _
5 to _ TO _ _ 6 aux _ _
6 create _ VV _ _ 4 xcomp _ _
7 wikiHow _ NP _ _ 6 dobj _ _
8 ? _ SENT _ _ 0 punct _ _
And another example:
1 However _ RB _ _ 11 advmod _ _
2 , _ , _ _ 0 punct _ _
3 paying _ VVG _ _ 11 csubj _ _
4 people _ NNS _ _ 3 iobj _ _
5 to _ TO _ _ 6 aux _ _
6 write _ VV _ _ 3 vmod _ _
7 and _ CC _ _ 6 cc _ _
8 edit _ VV _ _ 6 conj _ _
9 articles _ NNS _ _ 6 dobj _ _
10 ultimately _ RB _ _ 11 advmod _ _
11 means _ VVZ _ _ 0 root _ _
12 that _ IN/that _ _ 14 mark _ _
13 you _ PP _ _ 16 nsubj _ _
14 have _ VHP _ _ 11 ccomp _ _
15 to _ TO _ _ 16 aux _ _
16 make _ VV _ _ 14 xcomp _ _
17 one _ CD _ _ 16 dobj _ _
18 of _ IN _ _ 17 prep _ _
19 two _ CD _ _ 20 num _ _
20 sacrifices _ NNS _ _ 18 pobj _ _
21 . _ SENT _ _ 0 punct _ _
Example of adverbial copula predicate:
1 These _ DT _ _ 2 det _ _
2 people _ NNS _ _ 7 nsubj _ _
3 can _ MD _ _ 7 aux _ _
4 be _ VB _ _ 7 cop _ _
5 a _ DT _ _ 7 det _ _
6 great _ JJ _ _ 7 amod _ _
7 source _ NN _ _ 0 root _ _
8 of _ IN _ _ 7 prep _ _
9 potential _ JJ _ _ 10 amod _ _
10 pain _ NN _ _ 8 pobj _ _
11 , _ , _ _ 0 punct _ _
12 and _ CC _ _ 7 cc _ _
13 this _ DT _ _ 14 det _ _
14 article _ NN _ _ 15 nsubj _ _
15 is _ VBZ _ _ 7 conj _ _
16 here _ RB _ _ 15 advmod _ _
17 to _ TO _ _ 18 aux _ _
18 help _ VV _ _ 15 xcomp _ _
19 you _ PP _ _ 20 nsubj _ _
20 sort _ VV _ _ 18 xcomp _ _
21 the _ DT _ _ 22 det _ _
22 arrogant _ JJ _ _ 20 dobj _ _
23 from _ IN _ _ 20 prep _ _
24 the _ DT _ _ 25 det _ _
25 not-so-arrogant _ JJ _ _ 23 pobj _ _
26 . _ SENT _ _ 0 punct _ _
Example of coordinated preposition problem:
1 Do _ VVP _ _ 3 aux _ _
2 n't _ RB _ _ 3 neg _ _
3 eavesdrop _ VV _ _ 0 root _ _
4 , _ , _ _ 0 punct _ _
5 but _ CC _ _ 9 cc _ _
6 when _ WRB _ _ 9 advmod _ _
7 they _ PP _ _ 9 nsubj _ _
8 're _ VBP _ _ 9 aux _ _
9 talking _ VVG _ _ 18 advcl _ _
10 to _ TO _ _ 9 prep _ _
11 you _ PP _ _ 10 pobj _ _
12 or _ CC _ _ 10 cc _ _
13 to _ TO _ _ 10 conj _ _
14 those _ DT _ _ 13 pobj _ _
15 around _ IN _ _ 14 prep _ _
16 you _ PP _ _ 15 pobj _ _
17 , _ , _ _ 0 punct _ _
18 listen _ VV _ _ 3 conj _ _
19 to _ TO _ _ 18 prep _ _
20 them _ PP _ _ 19 pobj _ _
21 . _ SENT _ _ 0 punct _ _
Another example of coordination of prep:
1 The DT 2 det 2 purpose NN 0 root 3 of IN 2 prep 4 the DT 5 det 5 author NN 3 pobj 6 and CC 3 cc 7 of IN 3 conj 8 the DT 9 det 9 translator NN 7 pobj 10 : : 0 punct
by Logan: based on fixed in original SD dep
prep + pcomp seems wrong here. I think 'based on' should be SD vmod + prep, which would solve the problem (alternatively it's prep + mwe, but I think we can literally see this as a verb).
Example of PP root with modifiers:
1 Is _ VBZ _ _ 4 cop _ _
2 it _ PP _ _ 4 nsubj _ _
3 always _ RB _ _ 4 advmod _ _
4 about _ IN _ _ 0 root _ _
5 them _ PP _ _ 4 pobj _ _
6 ? _ SENT _ _ 0 punct _ _
... Actually this is an SD error, never mind. Correct SD with guideline on prep predicate taking 'be' as root should be:
1 Is _ VBZ _ _ 0 root _ _
2 it _ PP _ _ 1 nsubj _ _
3 always _ RB _ _ 1 advmod _ _
4 about _ IN _ _ 1 prep _ _
5 them _ PP _ _ 4 pobj _ _
6 ? _ SENT _ _ 0 punct _ _
This converts fine.
UD conversion error list, examples added as comments:
dep
->reparandum
(only occurs once)