sempre icon indicating copy to clipboard operation
sempre copied to clipboard

Issues in running Parasempre 1.0

Open SaminSid opened this issue 8 years ago • 2 comments

I tried to run parasempre with following command

sudo ./parasempre @mode=train @sparqlserver=localhost:1111 @domain=free917 @cacheserver=local My virtuoso database is online on 1111.

It seemed to be working fine until it stopped at execution on following error. SparqlExecutor.execute: (!fb:music.artist.genre fb:en.dave_grohl) { ERROR: Server exception: java.net.SocketException: Unexpected end of file from server ERROR: java.lang.RuntimeException: java.lang.RuntimeException: java.net.SocketException: Unexpected end of file from server: fig.basic.Parallelizer.process(Unknown Source) edu.stanford.nlp.sempre.paraphrase.ParaphraseLearner.processParsingExamples(ParaphraseLearner.java:114) edu.stanford.nlp.sempre.paraphrase.ParaphraseLearner.learn(ParaphraseLearner.java:74) edu.stanford.nlp.sempre.paraphrase.ParaphraseLearner.learn(ParaphraseLearner.java:55) edu.stanford.nlp.sempre.paraphrase.ParaphraseMain.run(ParaphraseMain.java:36) fig.exec.Execution.runWithObjArray(Unknown Source) fig.exec.Execution.run(Unknown Source)

On virtuoso server I received this error 'Malformed data received from IP [127.0.0.1] : Bad incoming tag 71. Disconnecting the client'

It seems that virtuoso server is not SPARQL query, is there anything else I need to setup??

SaminSid avatar Mar 13 '16 09:03 SaminSid

Anyone with any idea about this issue? @percyliang @ppasupat

SaminSid avatar Mar 23 '16 21:03 SaminSid

Are you still working on this? Do you know where to download the paraphrase files? I can only access sempre 2.0 now on this site.

RobinCai1993 avatar Oct 27 '16 12:10 RobinCai1993