You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
When running the preprocessing step
python amr_parsing.py -m preprocess [input_sentence_file]
, I ran into the following problem:I did successfully install bllipparser and swig. Do you know what might cause this error?
Thanks,
Han
The text was updated successfully, but these errors were encountered: