From 4dd862953695849412cef0d8d840266a0a8c86cf Mon Sep 17 00:00:00 2001 From: carhaas Date: Tue, 9 Sep 2014 09:31:07 +0200 Subject: add free917 --- cfg.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'cfg.rb') 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') -- cgit v1.2.3