UKPLab / coling2018-graph-neural-networks-question-answering

Accompanying code for our COLING 2018 paper "Modeling Semantics with Gated Graph Neural Networks for Knowledge Base Question Answering"
Apache License 2.0
172 stars 29 forks source link

Wikidata and fackel installation #7

Closed SRL94 closed 5 years ago

SRL94 commented 5 years ago

Hi, How can I install fackel and wikidata after downloading them?

SRL94 commented 5 years ago

I solve it by: python setup.py install

daniilsorokin commented 5 years ago

Hi,

yes, or navigate to the fackel or wikidata folder and run pip install . Or simply put them into the question-answering project folder.

Best wishes Daniil