Skip to content
Snippets Groups Projects
Commit 0ffacae7 authored by Jettka, Daniel's avatar Jettka, Daniel
Browse files

added script that performs the insertion of USAS from Wmatrix files into EXBs

parent dd65fc28
No related branches found
No related tags found
No related merge requests found
#!/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
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment