I have successfully installed JAMR parser in Google colab and I am using LDC2014T12 pretrained model. I was trying to run some sample sentences to understand where the AMR parser fails. When I try sentences with words like Doctor, sandwich, medicine etc I got an empty graph. when I check the model, these words are present in the pretrained model.
I am not sure why JAMR fails when a particular word is there in the model. I don't think I am doing any mistake running the parser because it works fine for few other sentences. Could you please let me know the possible reason of why this may happen or what can I do to rectify it?
I have successfully installed JAMR parser in Google colab and I am using LDC2014T12 pretrained model. I was trying to run some sample sentences to understand where the AMR parser fails. When I try sentences with words like Doctor, sandwich, medicine etc I got an empty graph. when I check the model, these words are present in the pretrained model. I am not sure why JAMR fails when a particular word is there in the model. I don't think I am doing any mistake running the parser because it works fine for few other sentences. Could you please let me know the possible reason of why this may happen or what can I do to rectify it?
Thank you.