joaopalotti / trectools

A simple toolkit to process TREC files in Python.
https://pypi.python.org/pypi/trectools
BSD 3-Clause "New" or "Revised" License
167 stars 31 forks source link

recall support #40

Open Fatima-Haouari opened 2 years ago

Fatima-Haouari commented 2 years ago

Hi, Is recall at different depths supported by the tool?

joaopalotti commented 2 years ago

Hi @Fatima-Haouari,

Unfortunately, this is a missing feature (https://github.com/joaopalotti/trectools/blob/1e6bc613c5c2fca8fe4a37e998559ee4aef649da/trectools/trec_eval.py#L143). Would you like to give it a try and implement it?

Best,

Joao

joaopalotti commented 2 years ago

That is the same issue raised on Issue #17, right?