danielhers / tupa

Transition-based UCCA Parser
https://danielhers.github.io/tupa
GNU General Public License v3.0
72 stars 24 forks source link

AMR Parser #93

Closed MrAssis closed 4 years ago

MrAssis commented 4 years ago

Does TUPA have any kind of Parser AMR? if yes, how do i use it?

danielhers commented 4 years ago

Yes, but I don't have a pre-trained model and haven't done a thorough evaluation. If you want to train your own, you are most welcome. Just give it AMR files and specify --formats amr. If you want to parse to AMR in the MRP JSON format, you can use the pre-trained model here along with the code from the mrp branch.