diff options
Diffstat (limited to 'scripts/geoquery')
-rwxr-xr-x | scripts/geoquery/test-nof-old-crawl.sh | 5 | ||||
-rwxr-xr-x | scripts/geoquery/test-nof-old.sh | 5 | ||||
-rwxr-xr-x | scripts/geoquery/test-nof.sh | 5 | ||||
-rwxr-xr-x | scripts/geoquery/test.sh | 4 |
4 files changed, 2 insertions, 17 deletions
diff --git a/scripts/geoquery/test-nof-old-crawl.sh b/scripts/geoquery/test-nof-old-crawl.sh deleted file mode 100755 index 79c35a8..0000000 --- a/scripts/geoquery/test-nof-old-crawl.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 - diff --git a/scripts/geoquery/test-nof-old.sh b/scripts/geoquery/test-nof-old.sh deleted file mode 100755 index 99a8241..0000000 --- a/scripts/geoquery/test-nof-old.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -/workspace/grounded/lampion/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/lampion/proper/d/split880.test-nof-old.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 - diff --git a/scripts/geoquery/test-nof.sh b/scripts/geoquery/test-nof.sh deleted file mode 100755 index 786afc2..0000000 --- a/scripts/geoquery/test-nof.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/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 - diff --git a/scripts/geoquery/test.sh b/scripts/geoquery/test.sh index 3ac8b2d..3dea047 100755 --- a/scripts/geoquery/test.sh +++ b/scripts/geoquery/test.sh @@ -1,5 +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 +/workspace/grounded/rebol/scripts/geoquery/translate.sh $1 $2 < /workspace/grounded/rebol/proper/d/split880.test.in | tee $2.transl | /workspace/grounded/rebol/scripts/geoquery/semparse.rb $3 | tee $2.parsed | /workspace/grounded/rebol/scripts/geoquery/query.rb $3 > $2.output +/workspace/grounded/rebol/scripts/geoquery/eval.rb /workspace/grounded/rebol/proper/d/split880.test.gold < $2.output > $2.result |