Use UTF-8 encoding in core_metrics #142
Unanswered
rolandramp
asked this question in
Advanced IR: Exercise Q&A
Replies: 1 comment
-
Feel free to state which specific problems you had, but specifically stating the encoding parameter is quite normal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had some problems loading the fira-22.baseline-qrels.tsv, so I did a: "with open(path, 'r', encoding="utf-8")" in the load_qrels function to avoid encoding problems. But maybe this is only a problem, because I am working on a Windows PC.
Beta Was this translation helpful? Give feedback.
All reactions