Skip to content

Commit

Permalink
Increase version for longer document length
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed May 1, 2023
1 parent e738894 commit e164b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tira-ir-starters/pyterrier/pyterrier_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def index(documents, index_directory):
documents = tqdm((json.loads(line) for line in Path(documents).open('rt')), 'Load Documents')

print(f'create new index at:\t{index_directory}')
return pt.IterDictIndexer(index_directory, meta= {'docno' : 50}).index(documents)
return pt.IterDictIndexer(index_directory, meta= {'docno' : 100}).index(documents)


def retrieve(queries, index_ref, args, retrieval_pipeline, output_directory):
Expand Down

0 comments on commit e164b2e

Please sign in to comment.