Orange-OpenSource/conllueditor

Sorting of camel case morphological features

Closed this issue · 2 comments

jeanm commented

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.

Hi,
I thought that I corrected this a while ago (commit a0351bc). 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

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