rsennrich / subword-nmt

Unsupervised Word Segmentation for Neural Machine Translation and Text Generation
MIT License
2.19k stars 465 forks source link

learn_joint_bpe_and_vocab: Fix parameter passing #32

Closed ozancaglayan closed 6 years ago

ozancaglayan commented 6 years ago

args.separator was being passed to merges instead of separator and the script was throwing an exception.