Skip to content
Discussion options

You must be logged in to vote

CoNLL-U export only supports a set of built-in layers, not custom layers. The documentation has a list of the supported layers:

https://inception-project.github.io/releases/36.5/docs/user-guide.html#sect_formats_conllu

  • Part-of-speech tagging (built-in),
  • Lemmatization (built-in),
  • Morphological analysis (built-in),
  • Dependency parsing (built-in),
  • Text normalization (built-in)

You need to export using a format that supports custom layers, e.g.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yagarea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants