LiberAI / NSpM

🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
http://aksw.org/Projects/NeuralSPARQLMachines
MIT License
223 stars 87 forks source link

generator.py #patch #4

Closed pijusch closed 6 years ago

pijusch commented 6 years ago
  1. Earlier the following template entries would have stored the same query results: dbo:Airline ........ select distinct(?x) where { ?x dbo:abstract [] } dbo:Monument ........ select distinct(?x) where { ?x dbo:abstract [] }
  2. corrected LABEL_REPLACEMENT
  3. corrected sample template
  4. corrected readme