Skip to content

Commit

Permalink
Update prepare-iwslt15.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yonebayashi committed Nov 24, 2019
1 parent c7b7d9c commit 0948d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-iwslt15.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ done

echo "pre-processing valid/test data..."
for l in $src $tgt; do
for o in `ls $orig/$lang/IWSLT15.TED.$l.xml`; do
for o in `ls $orig/$lang/IWSLT15.TED*.$l.xml`; do
fname=${o##*/}
f=$tmp/${fname%.*}
echo $o $f
Expand Down

0 comments on commit 0948d4f

Please sign in to comment.