ywang07 / nmt_soft_prototype

neural machine translation with soft prototype
MIT License
8 stars 4 forks source link

How to get src2tgt.dict? #1

Open fansiawang opened 4 years ago

fansiawang commented 4 years ago

When execute GEN_WMT_DICT_DATA, a src2tgt.dict is needed. How to get this dict?

hangzhang-nlp commented 3 years ago

I have the same question. How to get src2tgt.dict from a non-autoregressive model.