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

Develop some heuristics to correct the dependency tree #107

Closed yhamoudi closed 9 years ago

yhamoudi commented 9 years ago

There are some mistakes done by the dependency tree that could be corrected before using our algorithms. This issue has 2 goals:

yhamoudi commented 9 years ago

Some sentences mis-parsed (to get some ideas of heuristics):

Ezibenroc commented 9 years ago

Build the architecture to quickly and easily add heuristics that correct the dependency tree before we analyze it

What do you think of? What would be the best (feasible) way to add heuristics according to you?

yhamoudi commented 9 years ago

perhaps a new file in which we only add this kind of heuristics. When i say Build the architecture it's just to avoid adding the heuristics in preprocessing.py for instance, not to build something complicated

Ezibenroc commented 9 years ago

A file prepreprocessing.py maybe? :)

yhamoudi commented 9 years ago

and then postprepreprocessing.py ?

yhamoudi commented 9 years ago

Fix https://github.com/ProjetPP/PPP-QuestionParsing-Grammatical/pull/108