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

"predicate" attribute of the sort node should be a resource #96

Closed Tpt closed 9 years ago

Tpt commented 9 years ago

It should be

{
 "type": "sort",
 "list": {"type":"list", "list": []},
 "predicate": {"type": "resource", "value-type":"string", "value": "default"}
}

And not:

{
 "type": "sort",
 "list": {"type":"list", "list": []},
 "predicate": "default"
}