4 lines
302 B
Bash
4 lines
302 B
Bash
|
#!/usr/bin/env bash
|
||
|
cd /home/kasia/Pulpit/TAU/wmt-2020-pl-en/train/working/mert-work
|
||
|
/home/kasia/mosesdecoder/bin/extractor --sctype BLEU --scconfig case:true --scfile run19.scores.dat --ffile run19.features.dat -r /home/kasia/Pulpit/TAU/wmt-2020-pl-en/dev-0/expected.true.tsv -n run19.best100.out.gz
|