When I try to partition a CoNLL-U file like this
../conllx-utils/target/debug/conllx-partition 15 PREFIX .conllu INPUT.conllu
the following error is thrown:
Error: cannot parse as integer field: '# sent_id = train-s1501'
The same with a CoNLL-X-formatted file works fine.