commonsense/conceptnet

Unix setup successful but issues with the output

Opened this issue · 0 comments

we have been able to run all steps of the ConceptNet build process, and it works.
But, the output data does not provide anything but an empty string for "rel.label".
Can someone please assist?

e.g.
Output:
"rel": {
"@id": "/r/RelatedTo",
"@type": "Relation",
"label": ""
}

expected:
"rel": {
"@id": "/r/RelatedTo",
"@type": "Relation",
"label": "RelatedTo"
}

Please suggest if I missed something in the build process, and how it can be fixed?