korpling / annatto

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Apache License 2.0
1 stars 0 forks source link

graphml export: Do not set empty string as node key for dependency visualizer #252

Closed MartinKl closed 1 week ago

MartinKl commented 1 week ago

When guess_vis = true in exporting graphml, the dependency visualizer mapping node_key is set to the empty string. This causes the visualizer not to work. Leaving out the key is the way it should be (and works, has been tested).

MartinKl commented 1 week ago

this is brought up in #251