Hi Christian,
> On 27. Jul 2026, at 16:13, Christian Chiarcos <
christian...@gmail.com> wrote:
>
> right now, Inception support for CoNLL formats seems to be limited to one exactly fixed set of columns per format. Would it be possible to extend this to support custom CoNLL formats?
WebAnno TSV is/was a tab-separated format loosely inspired by CoNLL which supports custom annotation layers to quite a large degree.
I wouldn't call it a CoNLL format though. The traditional CoNLL formats were those used by the respective CoNLL shared tasks around
the first decade of the 2000s. And those have a fixed set of columns. Then there is CoNLL-U which also has a fixed set of columns
and a rather lax set of rules how custom information can be encoded.
What is the goal that you seek to achieve?
Cheers,
-- Richard