This commit is contained in:
Michal Maciaszek 2020-12-15 17:36:00 +01:00
parent 9f31d8cc24
commit a00a07668c

4
script.sh Normal file
View File

@ -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