Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into example-queries-show-…
Browse files Browse the repository at this point in the history
…query
  • Loading branch information
Hannah Bast committed Nov 24, 2024
2 parents 3787fdf + 0e74e90 commit 91f75af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "qlever"
description = "Script for using the QLever SPARQL engine."
version = "0.5.9"
version = "0.5.11"
authors = [
{ name = "Hannah Bast", email = "[email protected]" }
]
Expand Down
3 changes: 1 addition & 2 deletions src/qlever/Qleverfiles/Qleverfile.wikidata
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ DESCRIPTION = Full Wikidata dump from ${GET_DATA_URL} (latest-all.ttl.bz2
TEXT_DESCRIPTION = All English and German literals + all sentences from the English Wikipedia (version ${DATE_WIKIPEDIA}), use with FILTER KEYWORDS(...)

[index]
INPUT_FILES = latest-all.ttl.bz2 latest-lexemes.ttl.bz2 wikipedia-abstracts.nt dcatap.nt
INPUT_FILES = latest-all.ttl.bz2 latest-lexemes.ttl.bz2 dcatap.nt
MULTI_INPUT_JSON = [{ "cmd": "lbzcat -n 4 latest-all.ttl.bz2", "format": "ttl", "parallel": "true" },
{ "cmd": "lbzcat -n 1 latest-lexemes.ttl.bz2", "format": "ttl", "parallel": "false" },
{ "cmd": "cat wikipedia-abstracts.nt", "format": "nt", "parallel": "false" },
{ "cmd": "cat dcatap.nt", "format": "nt", "parallel": "false" }]
SETTINGS_JSON = { "languages-internal": [], "prefixes-external": [""], "locale": { "language": "en", "country": "US", "ignore-punctuation": true }, "ascii-prefixes-only": true, "num-triples-per-batch": 5000000 }
STXXL_MEMORY = 10G
Expand Down

0 comments on commit 91f75af

Please sign in to comment.