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

Coordination with Wikidata module #22

Closed Tpt closed 9 years ago

Tpt commented 10 years ago

Meta bug to say "we should discuss"

I'm not sure that the current output is a much semantic as needed for modules use cases.

Example: ((?,are,you), location, ?) may be rewritten without any loose of sense to (you, location, ?) and we avoid to rely on the very polysemous word "be".

Note: no time to talk about it now. We should discuss about it next week or the week after.

Ezibenroc commented 10 years ago

Also discussed here: https://github.com/ProjetPP/PPP-NLP-classical/pull/16#issuecomment-61081185

progval commented 10 years ago

I already pointed this comment to Thomas

Ezibenroc commented 10 years ago

Example for Who is the president of the United States?

Current triple: ((?, president of, United States), person, ?) Wanted triple: (United States, president, ?)

For Where is the president of the United States? Wanted triple: ((United States, president, ?), location, ?)

-> These two sentences are really close syntactically, but we want to handle them very differently...

Ezibenroc commented 10 years ago

Need to put verbs in infinitive form, put names in singular form, etc. See https://github.com/ProjetPP/PPP-NLP-classical/issues/23

Ezibenroc commented 10 years ago

First fix https://github.com/ProjetPP/PPP-NLP-classical/pull/26 Need improvements.