c-amr / camr

Transition-based tree-to-graph AMR Parser
GNU General Public License v2.0
125 stars 45 forks source link

Preprocessing issue #1

Open nahgnaw opened 8 years ago

nahgnaw commented 8 years ago

When running the preprocessing step python amr_parsing.py -m preprocess [input_sentence_file], I ran into the following problem:

Loading Charniak parser model: WSJ+Gigaword ...
Begin Charniak parsing ...
terminate called after throwing an instance of 'swig::stop_iteration'
Aborted

I did successfully install bllipparser and swig. Do you know what might cause this error?

Thanks, Han

sameer-pradhan commented 8 years ago

This seems to be a problem with bllipparser itself. Could you try to run the same set of sentences through bllipparser and check if it processes them correctly? If so, then you should send the full log or at least some more context of the log and ideally the sentence that is causing the crash. I believe you can attach log files rather than pasting them in the textbox.