lvapeab / nmt-keras

Neural Machine Translation with Keras
http://nmt-keras.readthedocs.io
MIT License
533 stars 130 forks source link

Support for Factored Models ? #117

Closed VP007-py closed 4 years ago

VP007-py commented 4 years ago

Is it possible to include lingustic features such as factors that could improve the translation with this toolkit ?

lvapeab commented 4 years ago

If you refer to specific architectures for factored NMT (e.g. Burlot et al., 17), not directly out of the box. You'll need to make the corresponding modifications to the model architecture.