Skip to content

Commit

Permalink
Remove hardcoded language from get_evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Huber committed Sep 3, 2018
1 parent 7b0737d commit 1d472be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/get_evaluation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ if false; then
for lg_pair in it-en # es-en etc
do
curl -Lo $lg_pair.tgz $europarl/$lg_pair.tgz
tar -xvf it-en.tgz
rm it-en.tgz
tar -xvf $lg_pair.tgz
rm $lg_pair.tgz
lgs=(${lg_pair//-/ })
for lg in ${lgs[0]} ${lgs[1]}
do
Expand Down

0 comments on commit 1d472be

Please sign in to comment.