delph-in / pydelphin

Python libraries for DELPH-IN
https://pydelphin.readthedocs.io/
MIT License
79 stars 27 forks source link

DMRS XML encoding #329

Closed arademaker closed 3 years ago

arademaker commented 3 years ago

where the XML encoding for DMRs were defined? I didn't find it in the docs.

arademaker commented 3 years ago

Do we have a DTD for that?

arademaker commented 3 years ago

Why the tag names such as post ? Why realpred and gpred instead of surface predicate (spred or something similar) and abstract predicate (apred) ? why rargname?

We may need namespaces to separate tags and attributes that are general to DMRS from the ones that are specific for grammars (TENSE, PROG, PREF)?

goodmami commented 3 years ago

For all your questions, see the DTD here:

http://svn.emmtee.net/trunk/lingo/lkb/src/rmrs/dmrs.dtd

This was designed by Ann, I think, so I cannot comment on the design decisions, although I believe it was based on the previous MRS and RMRS DTDs.

arademaker commented 3 years ago

Thank you @goodmami , I guess I would never find those files without your help! BTW, your comments about our RDF schemas would be valuable!!