This code corresponds to the paper: Vladislav Maraev, Jean-Philippe Bernardy, Jonathan Ginzburg “Dialogue management with linear logic: the role of metavariables in questions and clarifications” (2021), to appear in TAL (Traitement Automatique des Langues / Natural Language Processing).
To try the implementation:
- Install Nix. Follow the instructions or just run:
curl -L https://nixos.org/nix/install | sh
- Install dependencies and enter the shell:
nix-shell
- Update cabal and build:
cabal v2-build cabal update
- Test example:
cabal v2-exec -- pli -p -f 20 OneInstancePerParticipant.pli
rm -rf dist-newstyle
and rebuild.