summaryrefslogtreecommitdiff
path: root/cfg.rb
diff options
context:
space:
mode:
authorpks <p@simianer.de>2015-01-26 09:34:32 +0100
committerpks <p@simianer.de>2015-01-26 09:34:32 +0100
commit0be900d2e33b4a82994c1d033251fd77b70a4d92 (patch)
treee30585288c5397a1924c312109246881ede37f01 /cfg.rb
parent25fa34e5c4275cdd4a4ca735c12b4b22f7ed7c0e (diff)
parent79a74fea89be46fc35c55e331d41cf8aeb017771 (diff)
Merge pull request #1 from carhaas/master
Free917
Diffstat (limited to 'cfg.rb')
-rw-r--r--cfg.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/cfg.rb b/cfg.rb
index 7063730..bc1ba5f 100644
--- a/cfg.rb
+++ b/cfg.rb
@@ -1,12 +1,17 @@
+#geoquery requirements:
# edit here to change the parser
SMT_SEMPARSE = 'python /path/to/decode_sentence.py/of/smt-semparse /path/to/smt-semparse/workdir'
# this should be a 'fixed' (one that doesn't abbreviate its output) version of eval.pl
EVAL_PL = '/path/to/wasp-1.0/data/geo-funql/eval/eval.pl'
# set to true to ignore zombie eval.pl procs
ACCEPT_ZOMBIES = true
+#free917 requirements:
+#location of sempre
+SEMPRE = '/path/to/sempre'
+#both
TIMEOUT = 60
# cdec binary
-CDEC_BIN = '/path/to/cdec'
+CDEC_BIN = '/path/to/cdec/decoder/cdec'
# memcached has to be running
$cache = Memcached.new('localhost:31337')