IBM / transition-amr-parser

SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
Apache License 2.0
237 stars 45 forks source link

Annotations has no method `toJAMRString` #11

Closed raspberryice closed 3 years ago

raspberryice commented 3 years ago

Hi, I am trying to use the model through another Python script following the directions in the README file. I am getting the error that the toJAMRString method is not found and it seems that the annotations object is a list of strings.

ramon-astudillo commented 3 years ago

Yes this is the output of toJAMRString directly, I'll correct this in the README