summaryrefslogtreecommitdiff
path: root/scripts/geoquery/test-nof-old-crawl.sh
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-04-11 11:55:24 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-04-11 11:55:24 +0200
commitd637e517919852217705a34d1355020a97af2f6a (patch)
treec8e80ea31f2e9a2b5d683f074dea2b72034cdd38 /scripts/geoquery/test-nof-old-crawl.sh
parentbe45f7b253c23757449103ffe3005107ce9169fa (diff)
hashing, helper scripts
Diffstat (limited to 'scripts/geoquery/test-nof-old-crawl.sh')
-rwxr-xr-xscripts/geoquery/test-nof-old-crawl.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/geoquery/test-nof-old-crawl.sh b/scripts/geoquery/test-nof-old-crawl.sh
new file mode 100755
index 0000000..79c35a8
--- /dev/null
+++ b/scripts/geoquery/test-nof-old-crawl.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/workspace/grounded/lampion/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/lampion/proper/d/split880.test-nof-old-crawl.in | tee $2.transl | /workspace/grounded/lampion/scripts/geoquery/semparse.rb $3 | tee $2.parsed | /workspace/grounded/lampion/scripts/geoquery/query.rb $3 > $2.output
+/workspace/grounded/lampion/scripts/geoquery/eval.rb /workspace/grounded/lampion/proper/d/split880.test-nof.gold < $2.output > $2.result
+