UniversalDependencies / UD_English-GUM

Other
30 stars 4 forks source link

fire_NOUN not fire_VERB #65

Closed AngledLuffa closed 9 months ago

AngledLuffa commented 1 year ago

In the following sentence, "fire" should be tagged a NOUN. I have not considered what that does to the surrounding dependencies.

# sent_id = GUM_fiction_rose-36
# s_prominence = 5
# s_type = decl
# transition = continue
# text = The sunlight turned her hair to fire and Carroll found it difficult to look directly at her.
1       The     the     DET     DT      Definite=Def|PronType=Art       2       det     2:det   Discourse=elaboration-additional:85->79:3|Entity=(71-substance-g
iv:act-cf2-2-coref
2       sunlight        sunlight        NOUN    NN      Number=Sing     3       nsubj   3:nsubj Entity=71)
3       turned  turn    VERB    VBD     Mood=Ind|Number=Sing|Person=3|Tense=Past|VerbForm=Fin   0       root    0:root  _
4       her     her     PRON    PRP$    Gender=Fem|Number=Sing|Person=3|Poss=Yes|PronType=Prs   5       nmod:poss       5:nmod:poss     Entity=(78-object-new-cf
5-2-sgl(5-person-giv:act-cf1*-1-ana)
5       hair    hair    NOUN    NN      Number=Sing     3       obj     3:obj   Entity=78)
6       to      to      PART    TO      _       7       mark    7:mark  _
7       fire    fire    VERB    VB      VerbForm=Inf    5       acl     5:acl:to        _
amir-zeldes commented 1 year ago

Yup, the tree is wrong too. Will fix!

AngledLuffa commented 9 months ago

Close?

amir-zeldes commented 9 months ago

Yes, thanks!