summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-03-05 09:29:22 +0100
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-03-05 09:29:22 +0100
commit2c94e28b77fd357cb7accbf47c1339b2f4793b7c (patch)
tree4b12e2fe26c4d902ee347020393b53d4116a6789 /cfg.rb
parent1bd84ce3d852f7880179cb761c2fb27077954c0a (diff)
global config as arg
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'