harvardnlp / seq2seq-attn

Sequence-to-sequence model with LSTM encoder/decoders and attention
http://nlp.seas.harvard.edu/code
MIT License
1.26k stars 278 forks source link

Readme update -output_file rather than -out_file #15

Closed vnguyen01 closed 8 years ago

vnguyen01 commented 8 years ago

On the Readme, I believe the argument for making predictions should be -output_file rather than just -out_file. The code worked when I typed in the former rather than the latter. -out_file is the argument under the Quickstart section.

yoonkim commented 8 years ago

thanks for catching this--updated readme