Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neuclir23 #258

Merged
merged 6 commits into from
Apr 15, 2024
Merged

neuclir23 #258

merged 6 commits into from
Apr 15, 2024

Conversation

seanmacavaney
Copy link
Collaborator

No description provided.

@seanmacavaney seanmacavaney marked this pull request as ready for review February 21, 2024 12:51
@seanmacavaney
Copy link
Collaborator Author

still to do: documentation

FilteredTrecQrels([ hc4_dlc[f'{lang}/dev/qrels'], hc4_dlc[f'{lang}/test/qrels'] ], QREL_DEFS, include_doc_id_dlc=include_doc_id_dlc),
documentation(f"1/{lang}/hc4-filtered")
)


multi_docs = ExctractedCCDocs([GzipExtract(dlc[f'1/{lang}/docs']) for lang in ['zh', 'fa', 'ru']], namespace=NAME, count=sum(DOC_COUNTS.values()), docstore_path=base_path/'1'/'multi')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seanmacavaney will this trigger a separate collection cache or it would be shared with the CLIR docs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes a new copy -- it's a tradeoff between file size and introducing complexity into the package. The current approach keeps things simple at the expense of duplicating some data.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that makes sense. Perhaps we can change it later if it becomes a problem.

@seanmacavaney seanmacavaney merged commit c4b9b98 into master Apr 15, 2024
13 checks passed
@seanmacavaney seanmacavaney deleted the neuclir23 branch April 15, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants