ProjetPP / PPP-QuestionParsing-Grammatical

Question Parsing module for the PPP using a grammatical approch
GNU Affero General Public License v3.0
33 stars 11 forks source link

“Whose gender is genderqueer?” #63

Closed progval closed 9 years ago

progval commented 9 years ago

I think it should be (?, gender, genderqueer), not gender∩(genderqueer,owner,?)

Also, it doesn't parse “Who is genderqueer?” correctly ((genderqueer,identity,?) instead of (?, gender, genderqueer)), but I don't think you can do much for that case.

yhamoudi commented 9 years ago

not parsed correctly (dep relation), the problem comes from the stanford parser

yhamoudi commented 9 years ago

Not solved but registred