-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InferenceTestSuite #60
Comments
Do you have a valid path as referenced below:
/home/theuser/workspace/vampire/vampire
I'm guessing that should instead be
/home/arademaker/workspace/vampire/vampire
|
OK, I managed to run
But it gives me the output below. I see the Regarding answer extraction, I suspect we should have a notation for that, right? In the SP01.kif.tq (see branch spatial in the SUMO repo) I didn’t ask for any specific answer
But after changing it to
I didn't have any change in the output...
|
I get a proof for this one so it appears to be a configuration issue. % SZS output end Proof for temp-comb % Memory used [KB]: 22259 InferenceTestSuite.inferenceUnitTest(): bindings: [] |
I see that you have changed the query, and it asks about two constants not in the problem. I have InferenceTestSuite.inferenceUnitTest(): ask: (orientation A C Right) |
added config.xml option key "loadLexicons" with value "false" to turn off loading lexicons, in latest push 6fb4db2 |
I didn't understand the #60 (comment). In https://github.com/ontologyportal/sumo/blob/spatial/tests/SP01.kif.tq the constants A and C are defined. I am using |
Your first query says (query (orientation X Z Right)) |
try using tinySUMO.kif first to see if it works |
I have <configuration >
<preference name="sumokbname" value="tiny" />
...
<kb name="full">
...
</kb>
<kb name="toplevel" >
<constituent filename="Merge.kif" />
</kb>
<kb name="tiny">
<constituent filename="tinySUMO.kif" />
</kb>
</configuration> But I am still getting:
|
please pipe your output to a file and send to me privately and I'll try to figure out what might be wrong |
tq
file (as discussed in test framework: add extra meta-predicate(ontology ...)
that specify the kif files needed. sumo#218) or as a parameter for the command line, specifying one of the KBs listed in theconfig.xml
file. I would prefer the second option.The text was updated successfully, but these errors were encountered: