From a00a07668cfe502d2b8675a3ab41ea7428affa9e Mon Sep 17 00:00:00 2001 From: Michal Maciaszek Date: Tue, 15 Dec 2020 17:36:00 +0100 Subject: [PATCH] skrypt --- script.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 script.sh diff --git a/script.sh b/script.sh new file mode 100644 index 0000000..deb19ad --- /dev/null +++ b/script.sh @@ -0,0 +1,4 @@ +xzcat train/in.tsv.xz | paste train/expected.tsv - | python3 ./create_dictionary.py +python3 ./train.py +xzcat dev-0/in.tsv.xz | python3 ./predict.py > dev-0/out.tsv +xzcat test-A/in.tsv.xz | python3 ./predict.py > test-A/out.tsv