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

More verbose error messages? #41

Closed AngledLuffa closed 1 month ago

AngledLuffa commented 1 month ago

I ran into an error with the following line:

Loading /afs/cs.stanford.edu/u/horatio/UD_Sindhi-Isra/not-to-release/xpos/xpos_tagged_with_features.conllu
*** Error: invalid line: 401 '1 چيومانو چيومانو VERB    VMX     Aspect=Perf|Number[Subj]=Sg|Person[Subj]=1|Number[Obj]=Pl|Person[Obj]=2  0      root    _      _' (line 406)

It may not be clear from the output, but this line had a space and not a tab between two of the columns. A message that the line was invalid for only having 9 tab separated columns would be quite helpful here

jheinecke commented 1 month ago

Good point ! thanks ! I'll try to make the error message more specific

jheinecke commented 1 month ago

I've just pushed version which gives more specific error messages when loading a file.

AngledLuffa commented 1 month ago

Excellent, thank you!