Closed yhamoudi closed 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?
buildBucket
tripleProduction.py
(perform this work in a new file, treeTranslation.py for example)
treeTranslation.py
How must we output the result. We just product a string?
Must be fixed for midterm.
More info here: https://github.com/ProjetPP/PPP-NLP-classical/pull/16
Transform the result of
buildBucket
function (intripleProduction.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)