Closed longxudou closed 5 years ago
Hi @DreamerDeo,
the latest format specifies edge have attributes while nodes have properties, to make a clearer distinction. While older data specifies edge properties, mtool
reads them as edge attributes when decoding the json: https://github.com/cfmrp/mtool/blob/master/graph.py#L336
@danielhers Got it, thank u!
In CoNLL2019 dataset, the remote edge was tagged with
Edge Properties
and set it value astrue
, while it was calledEdge Attributes
in mrp-website. However, when I try to convert the UCCA_English-Wiki dataset into mrp format using mtool. I find the remote edge was tagged withEdge Attributes
.That is to say, there is a format mismatch in remote edge data format.
This might due to lines 92~94 in mtool/ucca.py .