bbonf / evoque_ibex

Ibex experiment for eliciting questions evoked by discourse, used for TED-Q dataset

Home Page:https://github.com/amore-upf/ted-q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ibex experiment for eliciting questions evoked by discourse

By Matthijs Westera and Hannah Rohde

Example: http://spellout.net/ibexexps/mwestera/evoque/experiment.html

This code has been used for the TED-Q dataset: https://github.com/amore-upf/ted-q


Original readme of Ibex:

User documentation at https://github.com/addrummond/ibex/blob/master/docs/manual.md

The following are some notes intended for developers.

  1. Generating PDF documentation.

Pandoc (http://pandoc.org) and LaTeX are required to generate PDF documentation.

Execute the following commands to generate a LaTeX version of the docs and then compile it to a PDF:

cd docs
make manual.pdf
  1. Packaging a release.

You need to:

* Run server.py with the --genhtml option to generate
  'experiment.html' and 'overview.html' in www/. For example, if
  you are in www/:

      python server.py --genhtml ./

* Execute the following command from the root dir of the repo:

      sh mkdist.sh 0.3-beta-1234

About

Ibex experiment for eliciting questions evoked by discourse, used for TED-Q dataset

https://github.com/amore-upf/ted-q

License:Other


Languages

Language:JavaScript 54.7%Language:HTML 23.8%Language:Python 19.1%Language:CSS 2.2%Language:Shell 0.3%