Skip to content

Commit

Permalink
Merge pull request #270 from terrier-org/exs
Browse files Browse the repository at this point in the history
change paths and ex names
  • Loading branch information
cmacdonald authored Jan 18, 2022
2 parents 960ec50 + 6c77928 commit 24d0447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyterrier/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,8 @@ def filter_on_qid_type(self, component, variant):
FIFTY_PCT_INDEX_BASE = "http://www.dcs.gla.ac.uk/~craigm/IR_HM/"
FIFTY_PCT_FILES = {
"index": {
"ex1" : [(filename, FIFTY_PCT_INDEX_BASE + "index/" + filename) for filename in ["data.meta-0.fsomapfile"] + STANDARD_TERRIER_INDEX_FILES],
"ex2" : [(filename, FIFTY_PCT_INDEX_BASE + "index_block_fields_2021_content/" + filename) for filename in ["data.meta-0.fsomapfile", "data-pagerank.oos"] + STANDARD_TERRIER_INDEX_FILES],
"ex2" : [(filename, FIFTY_PCT_INDEX_BASE + "index/" + filename) for filename in ["data.meta-0.fsomapfile"] + STANDARD_TERRIER_INDEX_FILES],
"ex3" : [(filename, FIFTY_PCT_INDEX_BASE + "ex3/" + filename) for filename in ["data.meta-0.fsomapfile", "data-pagerank.oos"] + STANDARD_TERRIER_INDEX_FILES],
},
"topics": {
"training" : ("training.topics", FIFTY_PCT_INDEX_BASE + "topics/" + "training.topics", "trec"),
Expand Down

0 comments on commit 24d0447

Please sign in to comment.