-
Notifications
You must be signed in to change notification settings - Fork 3
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
Problem with query numbers in cranqrel.trec.txt file #1
Comments
It just dawned on me that I didn't explain the issue quite right. The problem is that the first column of the cranqrel.trec.txt file uses a mapping of the query ids |
And how it went? You mapped these values like that? |
It actually worked out perfectly. My code is found at this repo <https://github.com/paul-sheridan/hgt-tfidf>, if that helps. I used Python to preprocess the Cranfield collection data files. However, I didn't modify the query IDs there. The way I handled mapping the query IDs is found in lines 117 to 136 of the associated |
Thanks for answer and link to repo paul |
The query numbers in the cranqrel.trec.txt file (the first column) run from 1 to 225 by increments of 1. It seems to me, however, they should correspond to the contents of the field in the cran.qry.xlm file. If so, the first column of cranqrel.trec.txt should be consistent with the sequence 1, 2, 4, 8, 9, ..., 360, 365.
The text was updated successfully, but these errors were encountered: