joaopalotti / trectools

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

Querying IR Systems #4

Closed amallia closed 4 years ago

amallia commented 5 years ago

Would you accept a PR if I integrate PISA as an IR system?

joaopalotti commented 5 years ago

Absolutely!

amallia commented 5 years ago

Working on this, hopefully it will be ready before your demo.

I am wondering if this tool assumes that the index has been already created...

joaopalotti commented 5 years ago

It would be great if this is ready before the demo. By the way, is there are paper from PISA toolkit that we can refer?

The tool assumes that the index has been already created in a previous step, but extensions to create a (PISA/Terrier/Indri/etc) index using all documents from a folder are welcome.

amallia commented 5 years ago

It would be great if this is ready before the demo. By the way, is there are paper from PISA toolkit that we can refer?

We don't have a paper on PISA yet

amallia commented 5 years ago

Created PR: https://github.com/joaopalotti/trectools/pull/9