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

Sorting of camel case morphological features #10

Closed jeanm closed 3 years ago

jeanm commented 3 years ago

Hi, thanks for this very useful software!

There is an issue with the way the editor is sorting morphological features. It will sort NumType before Number, whereas the validate.py script from the UD tools expects it to be sorted the other way around and will reject it.

jheinecke commented 3 years ago

Hi, I thought that I corrected this a while ago (commit a0351bcc47). But you're right there was a case where features were not correctly ordered (when splitting a token). It should be fine with commit 24068aa (version 2.10.3).

jeanm commented 3 years ago

You're absolutely right, I thought I was running on the latest master but I wasn't. Thanks!