conllueditor icon indicating copy to clipboard operation
conllueditor copied to clipboard

CoNLL-U plus, split & compose

Open Stormur opened this issue 1 year ago • 4 comments

I have found a couple of small inconvenients when splitting/composing tokens in a text with more than the regular 10 UD columns.

  1. When saving the file, additional columns of a newly composed MWT are left empty; this then gives an error when validating, or also when restarting conllueditor. The expected behaviour would be to put * there for "non-applicable" 2. Besides, it seems it is not possible to modify that value for a MWT, at least from a table view.
  2. From a table view, it is not possible to modify the form of a MWT; I have to switch to the tree view

Thank you again!

Stormur avatar Mar 15 '24 17:03 Stormur

Oh yes you're right. I'm on it. For the additional columns for MWT, I think I'll put _ in the conllu-plus file. Since MWT's only have an id, a form and a MISC column, all other columns will be un-editable

jheinecke avatar Mar 17 '24 15:03 jheinecke

I just note that the standard value for a plus column is *, while _ means that it should be assigned one, but it was not. So the former should be preferred, I think.

Stormur avatar Mar 20 '24 11:03 Stormur

I released a new version (2.25.3) which corrects all these issues

jheinecke avatar Mar 23 '24 09:03 jheinecke

Great! I am updating it!

Stormur avatar Mar 25 '24 10:03 Stormur