-
Notifications
You must be signed in to change notification settings - Fork 8
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
Unknown token: '#' #6
Comments
Hi, The unknown token issue is caused because you are running a FastLAS1 task with the FastLAS2 executable. FastLAS1 requires constants to be defined with the #constant statement, whereas FastLAS2 needs them to be in the background knowledge. The CAVIAR experiments are also available in the FastLAS2 data folder with the FastLAS2 syntax. The UNSATISFIABLE issue may be an installation problem. Could you check the output of running Thanks, Mark |
Indeed Lua was not installed, but some problems are still present. |
To be more concrete, I am trying to learn this: size(small). shape(airliner). direction(south). #pos(s73@4, {hard(s73)}, {}, {
}). #neg(s74@2, {hard(s74)}, {}, {
}). ... #bias("penalty(1, head(X)) :- in_head(X)."). #modeh(hard(var(sce_id))). #modeb(contains(var(sce_id), var(obj_id))). But it just gives the following (with debug) { |
Whenever I try to run FastLAS on the CAVIAR examples (or any other example) it returns either UNSATISFIABLE% or Unknown token: '#'.
Could someone help me?
Example:
FastLAS --opl FastLAS1/data/CAVIAR/files/las__fold_0_FastLAS
The text was updated successfully, but these errors were encountered: