amr2eng-20180617


  • ======== 1 ========= Introduction ==================== This package generates English sentences from input Abstract Meaning Representation (AMR) graphs. To do so, the code first linearizes AMR graphs into AMR strings and then uses a phrase based machine translation (PBMT) system (moses) for "translating" AMR strings into English. The package contains a trained phrase table and tuned weights for PBMT, and uses moses only for decoding.