summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.rb')
-rw-r--r--cfg.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg.rb b/cfg.rb
index 4791ff3..5d789c5 100644
--- a/cfg.rb
+++ b/cfg.rb
@@ -2,6 +2,11 @@
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'
+# set to true to ignore zombie eval.pl procs
+ACCEPT_ZOMBIES = true
+TIMEOUT=60
# cdec binary
CDEC_BIN = '/toolbox/cdec-dtrain/decoder/cdec'
+# memcached has to be running
+$cache = Memcached.new('localhost:11211')