Skip to content

Commit

Permalink
Merge pull request #13 from thilakshiK/sample/download_files
Browse files Browse the repository at this point in the history
deal with renamed SETIMES files.
  • Loading branch information
rsennrich authored Sep 12, 2020
2 parents 7fa3297 + a523358 commit 9695851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/download_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd data/
tar -xf ro-en.tgz
unzip SETIMES2.ro-en.txt.zip

cat europarl-v7.ro-en.en SETIMES2.en-ro.en > corpus.en
cat europarl-v7.ro-en.ro SETIMES2.en-ro.ro > corpus.ro
cat europarl-v7.ro-en.en SETIMES.en-ro.en > corpus.en
cat europarl-v7.ro-en.ro SETIMES.en-ro.ro > corpus.ro

cd ..

0 comments on commit 9695851

Please sign in to comment.