goodmami / penman

PENMAN notation (e.g. AMR) in Python
https://penman.readthedocs.io/
MIT License
139 stars 27 forks source link

parse_triples() does not ensure roles start with colons #80

Closed goodmami closed 4 years ago

goodmami commented 4 years ago

Since v0.7.0, Penman always uses colons in the role names to help distinguish them from attribute values and to be more consistent with the AMR documentation, however roles from the parse_triples() function do not have them because the triples conjunction format does not have them initially. They should be inserted so as to be consistent.