sempre icon indicating copy to clipboard operation
sempre copied to clipboard

How to print out the Sparql expression?

Open wsxsh opened this issue 7 years ago • 3 comments

I want to print the Sparql expression when I type in the question. So how can I get it? Thank you very very much.

wsxsh avatar Aug 16 '17 03:08 wsxsh

Could you try adding -SparqlExecutor.verbose 3 to the run command you used?

./run @mode=... [other arguments] ... -SparqlExecutor.verbose 3

ppasupat avatar Aug 16 '17 22:08 ppasupat

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

mr-asleep avatar Feb 11 '20 05:02 mr-asleep

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.

ppasupat avatar Feb 11 '20 08:02 ppasupat