Skip to content

Commit

Permalink
Added README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalotti committed Jul 13, 2016
1 parent 5ef6110 commit ab5ae74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.txt
@@ -0,0 +1,17 @@
======================
TREC TOOLS
======================

A simple toolkit to process TREC files.

Usage
-----

#!/usr/bin/env python

from trectools import trec_run

tr = trec_run()

print tr.read_run("participant.run")

0 comments on commit ab5ae74

Please sign in to comment.