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 doing a delphin convert operation, PyDelphin errors (if any) are caught and logged and then conversion proceeds. If there's a PenmanError when converting to/from dmrs-penman or eds-penman, the error is not caught and conversion stops.
A solution is to catch these errors where they occur and wrap them in a PyDelphinException so they are catchable by other parts of the code.
The text was updated successfully, but these errors were encountered:
When doing a
delphin convert
operation, PyDelphin errors (if any) are caught and logged and then conversion proceeds. If there's aPenmanError
when converting to/fromdmrs-penman
oreds-penman
, the error is not caught and conversion stops.A solution is to catch these errors where they occur and wrap them in a PyDelphinException so they are catchable by other parts of the code.
The text was updated successfully, but these errors were encountered: