since OpenNMT-tf has a modular structure, and it’s possible to comfortably construct a model with several encoders,
it would be logical to have an interface to add several decoders as well.
E.g. input a single sentence -> output pos tags and translation of the sentence.