summaryrefslogtreecommitdiff
path: root/cfg.rb
blob: 7063730d20341272414805acd17ee51ade8e073a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
TIMEOUT = 60
# cdec binary
CDEC_BIN = '/path/to/cdec'
# memcached has to be running
$cache = Memcached.new('localhost:31337')