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

Fix typo #44

Closed schmorak closed 1 year ago

schmorak commented 1 year ago

This change replaces "MAP@depth" with recip_rank@depth in the documentation of the method get_reciprocal_rank.

joaopalotti commented 1 year ago

Thanks, @schmorak for your PR.