diff --git a/insert-usas-annotation.sh b/insert-usas-annotation.sh new file mode 100644 index 0000000000000000000000000000000000000000..bffd1888a663ad6249afa996b073af8965fec5d5 --- /dev/null +++ b/insert-usas-annotation.sh @@ -0,0 +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') +done \ No newline at end of file diff --git a/software/saxon9he.jar b/software/saxon9he.jar new file mode 100644 index 0000000000000000000000000000000000000000..37224925681246c38e89b75299e42089ed495311 Binary files /dev/null and b/software/saxon9he.jar differ