UniversalDependencies / UD_English-GUM

Other
30 stars 4 forks source link

Tagging errors for NUM/NOUN #36

Closed muchang closed 3 years ago

muchang commented 3 years ago

The "one" in the sentence should be tagged as NOUN (or PRON?) while it is tagged as NUM.

# sent_id = GUM_whow_flirt-40
# s_type = ger
# text = Doing this too often can quickly turn an otherwise flirtatious conversation into one in which you appear needy and self-loathing.
1   Doing   do  VERB    VBG VerbForm=Ger    7   csubj   7:csubj Discourse=motivation:110->108
2   this    this    PRON    DT  Number=Sing|PronType=Dem    1   obj 1:obj   Entity=(event-116)
3   too too ADV RB  Degree=Pos  4   advmod  4:advmod    _
4   often   often   ADV RB  Degree=Pos  1   advmod  1:advmod    _
5   can can AUX MD  VerbForm=Fin    7   aux 7:aux   _
6   quickly quickly ADV RB  Degree=Pos  7   advmod  7:advmod    _
7   turn    turn    VERB    VB  VerbForm=Inf    0   root    0:root  _
8   an  a   DET DT  Definite=Ind|PronType=Art   11  det 11:det  Entity=(event-121
9   otherwise   otherwise   ADV RB  Degree=Pos  10  advmod  10:advmod   _
10  flirtatious flirtatious ADJ JJ  Degree=Pos  11  amod    11:amod _
11  conversation    conversation    NOUN    NN  Number=Sing 7   obj 7:obj   Entity=event-121)
12  into    into    ADP IN  _   13  case    13:case _
13  one one NUM CD  NumForm=Word|NumType=Card   7   obl 7:obl:into|17:obl:in    Entity=(event-122
14  in  in  ADP IN  _   15  case    15:case Discourse=evaluation:111->110
15  which   which   PRON    WDT PronType=Rel    17  obl 13:ref  _
16  you you PRON    PRP Case=Nom|Number=Sing|Person=2|PronType=Prs  17  nsubj   17:nsubj|18:nsubj:xsubj|20:nsubj:xsubj  Entity=(person-2)
17  appear  appear  VERB    VBP Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin   13  acl:relcl   13:acl:relcl    _
18  needy   needy   ADJ JJ  Degree=Pos  17  xcomp   17:xcomp    _
19  and and CCONJ   CC  _   20  cc  20:cc   _
20  self-loathing   self-loathing   ADJ JJ  Degree=Pos  18  conj    17:xcomp|18:conj:and    Entity=event-122)|SpaceAfter=No
21  .   .   PUNCT   .   _   7   punct   7:punct _

Commit: d38df82

nschneid commented 3 years ago

I think NUM is valid here. See https://github.com/UniversalDependencies/UD_English-EWT/issues/123#issuecomment-763878590

muchang commented 3 years ago

The "one" here might be different from the "one" in "one another"?

amir-zeldes commented 3 years ago

Yes, I think this is canonical based on PTB guidelines.