Replies: 3 comments 1 reply
-
@aindlq The name of the setting sounds more general than what is currently implemented. Currently, this only has an effect when parsing integer or double literals. Here are the three places in the code, where this can happen: https://github.com/ad-freiburg/qlever/blob/master/src/parser/TurtleParser.cpp#L290 Is this your use case? if not, what is your use case? |
Beta Was this translation helpful? Give feedback.
-
@hannahbast yes, that is my use case. I have literals that are typed as numbers but in fact they are not proper numbers. |
Beta Was this translation helpful? Give feedback.
-
@aindlq Thanks for the clarification. @schlegan Is adding a command-line argument for this something you are currently doing anyway or easy to include? |
Beta Was this translation helpful? Give feedback.
-
Currently I'm setting
turtleParserSkipIllegalLiterals_
in the code to true and building my own docker image, I wonder if there is a way to achieve the same without custom build.Beta Was this translation helpful? Give feedback.
All reactions