According to the CoNLL-U specification, Underscore () is used to denote unspecified values in all fields except ID._
However, Read::CoNLLU emits warnings "Argument "_" isn't numeric in array element at .../Udapi/Core/Document.pm line 129" when reading files with underscore in the HEAD column.
My suggestion is
I am not sure if the second point is worth the work. We should benchmark the speed of CoNLLU reading, so it is not slower for regular files.
According to the CoNLL-U specification, Underscore () is used to denote unspecified values in all fields except ID._
However, Read::CoNLLU emits warnings "Argument "_" isn't numeric in array element at .../Udapi/Core/Document.pm line 129" when reading files with underscore in the HEAD column.
My suggestion is
I am not sure if the second point is worth the work. We should benchmark the speed of CoNLLU reading, so it is not slower for regular files.