nilsreiter / CorefAnnotator

Annotation tool for coreference
Apache License 2.0
32 stars 6 forks source link

Export in BIO Format #165

Closed aribornstein closed 4 years ago

nilsreiter commented 5 years ago

This is trickier than it seems, since the tool doesn’t require that we have token spans. There is no basis to directly export to BIO. Integrating a tokenizer also is language-dependent. Have to think about that.

In the meantime: export to UIMA/DKpro, and run one of its tokenizers and the BIO export from there.

nilsreiter commented 5 years ago

also, forgot to mention, there is already a CoNLL export, which is essentially BIO.