-
Hi, I saw at this line, pyserini needs to make sure the query IDs are integers. May I ask why does it need that? It would be very inconvenient for some datasets and one need to re-map the query IDs from strings to integers somehow. |
Beta Was this translation helpful? Give feedback.
Answered by
lintool
Feb 16, 2022
Replies: 1 comment
-
They don't need to be integers. E.g., pyserini.search.lucene.get_topics('car17v1.5-benchmarkY1test').keys() The topic ids are:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lintool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They don't need to be integers. E.g.,
The topic ids are: