2017-03-11 21:48:25 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2017-04-23 00:43:15 +02:00
|
|
|
make CORPUS_NAME=stocznia_plen SRC_LANG=pl TRG_LANG=en
|
|
|
|
make CORPUS_NAME=stocznia_plen SRC_LANG=pl TRG_LANG=en clean-intermediate-files
|
2017-03-11 21:48:25 +01:00
|
|
|
|
2017-04-23 00:43:15 +02:00
|
|
|
make CORPUS_NAME=stocznia_enpl SRC_LANG=en TRG_LANG=pl
|
|
|
|
make CORPUS_NAME=stocznia_enpl SRC_LANG=en TRG_LANG=pl clean-intermediate-files
|