You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to index from large WKT triples for the marine regions RDF.
I'm seeing the seeing error
2025-02-10 13:10:01.258 - ERROR: The regex \.[\t ]*([\r\n]+) which marks the end of a statement was not found
in the current input batch (that was not the last one) of size 10,000,000; possible fixes
are: use `--parser-buffer-size` to increase the buffer size or use `--parse-parallel false` to disable parallel parsing
but I can't find in the documentation where to set this flag in the Qleverfile
Any guidance would be appreciated.
Doug
The text was updated successfully, but these errors were encountered:
To find the right arguments use qlever itself, which you can install with pipx install qlever
I guess that's during indexing, so you can run qlever index --help to get the index related help.
I don't see that option anymore but I see
--parallel-parsing {true,false}
Use parallel parsing (recommended for large files, but it requires that all
prefix declarations are at the beginning of the file) [default: None]
What's the input format? Did you try to validate it with riot --validate myfile.nt from Apache Jena?
I am trying to index from large WKT triples for the marine regions RDF.
I'm seeing the seeing error
but I can't find in the documentation where to set this flag in the Qleverfile
Any guidance would be appreciated.
Doug
The text was updated successfully, but these errors were encountered: