From 0a6c1a9af67f8571e6623b7158cfe601dacdeb97 Mon Sep 17 00:00:00 2001 From: Daniel Jettka <daniel.jettka@uni-hamburg.de> Date: Wed, 10 Jun 2020 18:13:56 +0200 Subject: [PATCH] changed to exbu --- insert-usas-annotation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/insert-usas-annotation.sh b/insert-usas-annotation.sh index 8fab1f0..3eff707 100644 --- a/insert-usas-annotation.sh +++ b/insert-usas-annotation.sh @@ -1,5 +1,6 @@ #!/bin/bash java -jar software/saxon9he.jar usas-annotation/insert-usas-annotations.xsl -xsl:usas-annotation/insert-usas-annotations.xsl + for file in $(find corpora/ -name '*.exbu') do mv $file $(echo "$file" | sed -r 's|.exbu|.exb|g') -- GitLab