jflanigan / jamr

JAMR Parser and Generator
BSD 2-Clause "Simplified" License
193 stars 50 forks source link

Use of LDC2014T12 returns Empty graph for words that are present in the model #46

Open gseetha04 opened 3 years ago

gseetha04 commented 3 years ago

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.