From be45f7b253c23757449103ffe3005107ce9169fa Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Tue, 1 Apr 2014 13:45:23 +0200 Subject: cv version --- scripts/geoquery/test-nof.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/geoquery/test-nof.sh (limited to 'scripts/geoquery/test-nof.sh') diff --git a/scripts/geoquery/test-nof.sh b/scripts/geoquery/test-nof.sh new file mode 100755 index 0000000..786afc2 --- /dev/null +++ b/scripts/geoquery/test-nof.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +/workspace/grounded/lampion/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/lampion/proper/d/split880.test-nof.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 + -- cgit v1.2.3