summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.rb')
-rw-r--r--cfg.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg.rb b/cfg.rb
new file mode 100644
index 0000000..bf604cd
--- /dev/null
+++ b/cfg.rb
@@ -0,0 +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'
+# cdec binary
+CDEC_BIN = '/toolbox/cdec-dtrain/decoder/cdec'
+