Annotator toolkit for creating manual queries from information retrieval experiments / systems.
Uses AnjularJS, Django
All the data was provided to in CSV format. The process to setup is as follows:
- Run
./manage.py syncdbto create the db. Follow the instructions. - Run the
python import_patients.py db.sqlite3 all-trec-cds-topics.jsonto import the set of queries. Or choose alternative JSON import file. - Start the webserver with
./manage.py runserver - Go to
http://localhost:8000/<n>, wherenis the nth query you want to start annotating.
See http://localhost:8000/queries for the REST get for all queries and corresponding keywords.