summaryrefslogtreecommitdiff
path: root/scripts/geoquery/test.sh
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-04-01 13:45:23 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2014-04-01 13:45:23 +0200
commitbe45f7b253c23757449103ffe3005107ce9169fa (patch)
treecd9bf6d12193bb8ffc1e8d4a610b5e0679703495 /scripts/geoquery/test.sh
parent00e2f9f227c28242ce97cfc7f86a953b84062d3f (diff)
cv version
Diffstat (limited to 'scripts/geoquery/test.sh')
-rwxr-xr-xscripts/geoquery/test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/geoquery/test.sh b/scripts/geoquery/test.sh
new file mode 100755
index 0000000..3ac8b2d
--- /dev/null
+++ b/scripts/geoquery/test.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+/workspace/grounded/lampion/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/lampion/proper/d/split880.test.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.gold < $2.output > $2.result
+