Orange-OpenSource / conllueditor

ConllEditor is a tool to edit dependency syntax trees in CoNLL-U format.
BSD 3-Clause "New" or "Revised" License
54 stars 17 forks source link

Managing multitoken words #7

Closed Stormur closed 4 years ago

Stormur commented 4 years ago

I noticed some quirky behaviour when joining or splitting tokens:

Thanks for the attention! :-)

jheinecke commented 4 years ago

I think the grey bar is to small... I missed it too. If you hit it :-) the MWT editor should open. Could you give me the sentence which caused the error when you deleted the MWT? How did you delete it? I'll will fix that.

Stormur commented 4 years ago

Hm, unfortunately I changed some things, but after recomposing the CoNLL-U with compose 4 0 it looks like:

1 Il DET 2 det 2 gatto NOUN 3 nsubj 3 cade VERB 0 root 4-3 da 4 da ADP 6 case 5 il DET 6 det 6 tetto NOUN 3 obl:arg SpaceAfter=No 7 . . PUNCT 3 punct _

Schermata del 2020-05-20 17-33-23

But at the moment I can't manage to replicate that error... however, I did successive splittings and joinings.

And I managed to hit the grey bar! :-)

jheinecke commented 4 years ago

Thanks, I'll try to reproduce by doing evil annotations :-)

jheinecke commented 4 years ago

fixed in commit 92cd116