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
MRSs can fairly easily be exported to Prolog, but it is a lossy conversion, so it is not easy (or possible?) to map from Prolog to MRS. Write an Prolog encoder.
Find the formatting schematics (possibly in LOGON Lisp code)
Get some examples to test against
Write the exporter
Test against examples
The text was updated successfully, but these errors were encountered:
It actually looks a lot like SimpleMrs except it doesn't have variable properties. I haven't seen a good example of constants, and I doubt anyone has put ICONS in one, but I can guess at how this would be done.
And there is lisp code in $LOGON/lingo/lkb/src/mrs/basemrs.lisp, but it's easier to read the examples linked above.
MRSs can fairly easily be exported to Prolog, but it is a lossy conversion, so it is not easy (or possible?) to map from Prolog to MRS. Write an Prolog encoder.
The text was updated successfully, but these errors were encountered: