-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum recursion depth exceeded in MRS -> DMRS/EDS conversion #205
Comments
Isn't this the same as #200? |
I think this is a duplicate but I will repurpose #200 to be about making conversion robust and this one is about the specific issue. Here is the MRS causing the error:
It may be that a subgraph of that MRS is the core of the issue but I have not yet dug deep enough to find out. Or maybe the issue comes up with sufficiently large MRSs. |
This no longer gives me an error in PyDelphin v1.0.0, so I'm closing the issue. Semantic conversion in v1.0.0 is very different than it was before so it's likely I've sidestepped the issue. The scope representative algorithm in particular is no longer recursive, so we probably won't get the same error. But of course I'm not guaranteeing that semantic conversions will not return other errors (in which case please file a new issue :) ). |
The text was updated successfully, but these errors were encountered: