This guide shows how one can train the neuralcoref package using Conll-2012 formatted files. I have prepared Conll-U formatted files using the spacy_conll package. Does anyone know if one can use Conll-U files for neuralcoref training instead? Does anyone have any experience with said package? Thank you very much.
Asked
Active
Viewed 149 times
1
-
The CoNLL format used for coref annotations isn't used for anything else and normal CoNLL processors can't handle it, you'll probably have to write something custom. – polm23 Jul 27 '21 at 05:03