FIxing a dependency tree by adding a constituent to the children of a verb #11110
Replies: 2 comments 1 reply
-
You should be able to just set Can you give an example of the kind of sentence you have and how you want it to be? If you have one sentence, typically the ROOT would be a verb and everything should be under it in the tree. |
Beta Was this translation helpful? Give feedback.
-
I am adapting a script that takes the subject, verb and object in English sentences for Spanish sentences. In a sentence like 'El profesor es un buen hombre' (the teacher is a good man), 'hombre' (man) is the ROOT. I want 'es' (is) to be the ROOT and ['profesor', 'hombre'] to be the children of 'es', as in English. Thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
In a dependency tree a constituent is not in the children of a verb. I am trying to fix this tree by adding this constituent as a child of the verb. How can I do it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions