This repository contains the code for replicating results from Global Neural CCG Parsing with Optimality Guarantees at EMNLP (Lee et al., 2016).
sudo add-apt-repository ppa:webupd8team/javasudo apt-get updatesudo apt-get install oracle-java8-installersudo apt-get install mavensudo apt-get install libboost-all-devJAVA_HOME environment variable is set correctly, e.g.
export JAVA_HOME=/usr/lib/jvm/java-8-oracle./setup.sh to download data and compile JNI binaries.ccgbank_1_1 directory to the data directory.experiments directory contains .conf files that specify experiments and stages of the experiment../run.sh <config> <goal> <port> to run an experiment that launches the specified goal stage and its dependent goal stages.localhost:8080../run.sh experiments/train.conf train 8080./run.sh experiments/eval.conf eval-checkpoints 8081./run.sh experiments/demo.conf demo 8080