Skip to content

Commit

Permalink
We don't know proxy lang 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
thtrieu committed Aug 16, 2019
1 parent 5cd24e1 commit c6fff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back_translate.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# For back translation from file, we need a temporary file in the other language
# before back-translating into the source language.
tmp_file = os.path.join(
'{}.tmp.{}.txt'.format(FLAGS.paraphrase_from_file, proxy_lang)
'{}.tmp.txt'.format(FLAGS.paraphrase_from_file)
)

# Step 1: Translating from source language to the other language.
Expand Down

0 comments on commit c6fff90

Please sign in to comment.