Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rewriting rule 9: mapping pronouns #61

Open
vcvpaiva opened this issue Feb 19, 2017 · 1 comment
Open

rewriting rule 9: mapping pronouns #61

vcvpaiva opened this issue Feb 19, 2017 · 1 comment

Comments

@vcvpaiva
Copy link
Member

vcvpaiva commented Feb 19, 2017

we only have mappings to SUMO for nouns, adjectives, adverbs and verbs.
but we need mappings for pronouns too.

E.g. # text = Someone is typing
1 Someone someone NOUN NN _ 3 nsubj _ FlPos=PRP|FlSenses=?|Sumo=?
2 is be VERB VBZ _ 3 aux _ FlPos=VBZ|FlSenses=02604760-v,02655135-v,02702508-v,02603699-v,02445925-v,02620587-v,02744820-v,02664769-v,02697725-v,02268246-v,02614181-v,02749904-v,02616386-v|Sumo=Entity+,PhysicalAttribute+,Attribute+,Entity+,SocialRole+,Attribute+,PastFn+,Attribute+,DramaticActing+,Process+,Living=,Process+,Attribute+
3 typing type VERB VBG _ 0 ROOT _ FlPos=VBG|FlSenses=01004692-v,00618682-v|Sumo=Writing+,Classifying+

"someone" should map to Person?
"nobody" should map to No person?
what to do about possessives?

@vcvpaiva vcvpaiva changed the title post-processing CoNLL: mapping pronouns post-processing CoNLL3: mapping pronouns Feb 20, 2017
@vcvpaiva vcvpaiva changed the title post-processing CoNLL3: mapping pronouns rewriting rule 7: mapping pronouns Mar 16, 2017
@vcvpaiva vcvpaiva changed the title rewriting rule 7: mapping pronouns rewriting rule 9: mapping pronouns Mar 16, 2017
@vcvpaiva
Copy link
Member Author

Katarina's suggestion:

  • someone/somebody/anyone/anybody: pronoun.person
  • no-one/nobody: pronoun.no-person
  • personal pronouns: pronoun.person
  • possessive pronouns: pronoun.possessive
  • wh-personal pronouns: pronoun.wh.personal
  • wh-possessive pronouns: pronoun.wh.possessive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant