You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
vcvpaiva
changed the title
post-processing CoNLL: mapping pronouns
post-processing CoNLL3: mapping pronouns
Feb 20, 2017
vcvpaiva
changed the title
post-processing CoNLL3: mapping pronouns
rewriting rule 7: mapping pronouns
Mar 16, 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?
The text was updated successfully, but these errors were encountered: