Open timmli opened 6 years ago
Supporting CoNLL-U would require a good crate for CoNLL-U and a good abstraction of both the conllx
crate and this conllu
crate. This has been on my todo list for a long time, but there are always more urgent issues ;). (Such as converting conllx-utils
to use the new petgraph
-based conllx
API.)
When I try to partition a CoNLL-U file like this
the following error is thrown:
The same with a CoNLL-X-formatted file works fine.