Omar Metwally
Omar Metwally
Thanks for your quick reply, ppasupat. When I run "ant clean" and "ant", I get: ... [echo] Compiling semparse: freebase [mkdir] Created dir: /home/breitkopf/Desktop/sempre/classes/freebase [javac] Compiling 55 source files to...
This fixed half the problem. Now I can run this query: ./run @mode=query @sparqlserver=localhost:3001 -formula '(fb:location.location.containedby fb:en.california)' However, when I try to run: ./run @mode=simple-freebase @sparqlserver=localhost:3001 I get this error:...
I'll venture a guess here and say that this is a freebase connection error ("connecting to freebase.cloudapp.net:4000 ...") I'm able to start simple-sparql mode just fine and run a few...
Has anyone recently been able to run simple-freebase mode? I'm able to run some examples in simple-sparql mode, but I would like to use my own custom triples, and this...