-
Notifications
You must be signed in to change notification settings - Fork 4
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
documentation about semantic representations #15
Comments
Probably because of historical reasons, the DTD (XML representation schemas) of MRS, DMRS etc are in http://svn.emmtee.net/trunk/, mixed with the LKB source code. I would like to propose to move those DTD to this repository under a folder called |
I'm quite happy to not receive emails for wiki edits and rely on the "All activity" notices at github.com, but, unfortunately for those who wish to receive more email, it's not exactly possible to configure GitHub to send emails for wiki edits. You can, in theory, get an Atom feed of the wiki (source), however it timed out when I tried it. Maybe our wiki is too big for that functionality.
It's just historical. I believe there was a time when all MRS-related wikis were created under the "Rmrs" namespace.
I think that's a great idea. I also created RelaxNG versions of the schemas before, and they were a bit less ERG-centric, too. |
In 1981f0e, I created the folder |
Hi @goodmami, do you still have your RelatexNG schemas? I found in https://github.com/delph-in/docs/wiki/MrsRFC something for the MRX. |
The MRX one is as on the wiki. I have added it and the DMRX one to this repo. I could only find a partially-finished There are two main differences from the DTD:
You might find that this does not validate DMRSs from PyDelphin nor from the LKB (I tested LKB-FOS) for several reasons:
(4) is funny because the DTD only has I therefore made the DTD easy to customize for a grammar. One could either edit the file directly or create a new RelaxNG file and import
You can then use it with Jing as follows: $ jing -c dmrs-erg-2020.rnc dmrs.xml |
One missing featuree of the github wiki is that it does not send emails notifying changes in the wiki, right? I would be nice to let people know when we make modifications..
I just added https://github.com/delph-in/docs/wiki/RmrsDmrs from the information I got from delph-in/pydelphin#329 (comment).
I believe we need, for all DELPH-IN semantic representations, a uniform documentation about:
More? Why the name of the page is RmrsDmrs? Can we rename it to Dmrs only? Why using the prefix Rmrs?
The text was updated successfully, but these errors were encountered: