sempre
sempre copied to clipboard
How to print out the Sparql expression?
I want to print the Sparql expression when I type in the question. So how can I get it? Thank you very very much.
Could you try adding -SparqlExecutor.verbose 3
to the run command you used?
./run @mode=... [other arguments] ... -SparqlExecutor.verbose 3
Sparql Executor not working. Please help. Thanks
./run @mode=simple -SparqlExecutor.verbose 3 Unknown option: 'sparqlexecutor.verbose'; -help for usage Command failed: java -cp libsempre/:lib/ -ea edu.stanford.nlp.sempre.Main -Main.interactive -SparqlExecutor.verbose 3
Could you run ./run @mode=simple -help
and see what is printed?
Note that since SparqlExecutor is under the freebase package, you would also need to do ant freebase
before running the run command.