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
One development principle I had since v1.0.0 was that PyDelphin is not responsible for doing anything reasonable with bad MRSs. I may want to narrow down "anything reasonable" such that PyDelphin does not attempt to infer what should be the case if the MRS were to be good, but does robustly deal with them, e.g., by raising the appropriate error or ignoring the broken bits.
The text was updated successfully, but these errors were encountered:
Some bad MRSs cause problems with DMRS and EDS conversion:
MRS.quantification_pairs()
dmrs.from_mrs()
One development principle I had since v1.0.0 was that PyDelphin is not responsible for doing anything reasonable with bad MRSs. I may want to narrow down "anything reasonable" such that PyDelphin does not attempt to infer what should be the case if the MRS were to be good, but does robustly deal with them, e.g., by raising the appropriate error or ignoring the broken bits.
The text was updated successfully, but these errors were encountered: