SoTA Abstract Meaning Representation (AMR) parsing with word-node alignments in Pytorch. Includes checkpoints and other tools such as statistical significance Smatch.
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.
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 theannotations
object is a list of strings.