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

Tree structure #11

Closed yhamoudi closed 10 years ago

yhamoudi commented 10 years ago

Transform the result of buildBucket function (in tripleProduction.py) into a tree. See https://github.com/ProjetPP/Documentation/blob/master/data-model.md for a formal definition?

(perform this work in a new file, treeTranslation.py for example)

yhamoudi commented 10 years ago

How must we output the result. We just product a string?

Ezibenroc commented 10 years ago

Must be fixed for midterm.

yhamoudi commented 10 years ago

More info here: https://github.com/ProjetPP/PPP-NLP-classical/pull/16