I know we can use luong attention when we set both --encoder_type and --decoder_type as “rnn”, but there is “monotonic alignment” algorithm in this original paper: https://arxiv.org/pdf/1508.04025.pdf.
Is there a way to do this monotonic alignment in OpenNMT-py?