You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: