Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 862 Bytes

README.rst

File metadata and controls

34 lines (22 loc) · 862 Bytes

IR Kit

Documentation Status

Information Retrieval Kit - Utilities for IR in python

Installing

IR Kit can be installed via pip:

pip3 install ir-kit

Usage

Command line tools:

For generating precision-recall curves and plotting the average precision of a topic there is trecplot:

trecplot --help

Libraries

Dealing with trec-related files is done using the trec package. This package contains classes for dealing with qrel files, trec run files, and trec result files.

Additionally, the query package contains classes and functions for working with queries. Initially, there is just ElasticSearch, but maybe more can be added later (?).