summaryrefslogtreecommitdiff
path: root/cfg.rb
blob: 4791ff30b9c6f1a34879560b87313894e7ecd001 (plain)
1
2
3
4
5
6
7
# edit here to change the parser
SMT_SEMPARSE = 'python /workspace/grounded/smt-semparse-cp/decode_sentence.py /workspace/grounded/smt-semparse-cp/working/full_dataset'
# this is the 'fixed' version of eval.pl
EVAL_PL = '/workspace/grounded/wasp-1.0/data/geo-funql/eval/eval.pl'
# cdec binary
CDEC_BIN = '/toolbox/cdec-dtrain/decoder/cdec'