alex-berard / seq2seq

Attention-based sequence to sequence learning
Apache License 2.0
388 stars 122 forks source link

Additional input features #4

Closed zhang-jinyi closed 5 years ago

zhang-jinyi commented 7 years ago

Hi, Great work! But did you have a plan to implement additional input features? Like the paper: Linguistic Input Features Improve Neural Machine Translation (Senrich et al. 2016) and implement in torch: https://github.com/harvardnlp/seq2seq-attn/commit/cb18ac30bb3a586924d2fcfacc5a67a20ede81c8

Thank you very much for sharing such great code!