Makefile fix

This commit is contained in:
voje
2019-02-25 13:44:24 +01:00
parent d67705e81e
commit 66c43b3d19
3 changed files with 13 additions and 2 deletions

5
tools/gen_json.py Normal file
View File

@@ -0,0 +1,5 @@
import Path
if __name__ == "__main__":
print("TODO: take data/kres_example_srl/* and generate data/kres_example_json/*")
print("TODO: check ssj and kres <links> for structure")

View File

@@ -5,7 +5,7 @@ OUT_FOLDER="$2"
SUFFIX="srl.tsv"
mkdir -p $OUT_FOLDER
rm $OUT_FOLDER/*${SUFFIX}
rm $OUT_FOLDER/*${SUFFIX} &> /dev/null
for infile in $IN_FOLDER/*; do
echo "Tagging: ${infile}"