aproximated_ged icon indicating copy to clipboard operation
aproximated_ged copied to clipboard

edit protocol (edit path)?

Open Sciss opened this issue 5 years ago • 0 comments

Hi there. Thanks for making this project available. Can I use it to get the actual editing steps ("edit path") involved?

For example, say I load from the example the graphs for letters A (g1) and E (g2), and I use VanillaHED. Then

ged.ged(g1, g2)
(2.8510674059664303, (array([0, 1, 2, 5, 4]), array([0, 1, 2, 4, 4, 3])))

From those two arrays, can I deduce the edit operations? Like which nodes and which edges were inserted and deleted?

Sciss avatar Jul 19 '20 22:07 Sciss