summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.rb')
-rw-r--r--cfg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.rb b/cfg.rb
index bf604cd..4791ff3 100644
--- a/cfg.rb
+++ b/cfg.rb
@@ -1,7 +1,7 @@
-# this is the 'fixed' version of eval.pl
-EVAL_PL = '/workspace/grounded/wasp-1.0/data/geo-funql/eval/eval.pl'
# 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'