corefconversion
corefconversion copied to clipboard
text to CoNLL
Hey, great work! I am trying to train AllenNLP coreference model on a custom dataset.
I need to convert my text data into CoNLL format. My text data has a two sentence per entry : "The fish ate the worm. It was hungry." Is there a direct way to go from text to CoNLL format, or I should go from text to json and then json to CoNLL format. Any help or suggestions are much appreciated.
Thanks