corefconversion icon indicating copy to clipboard operation
corefconversion copied to clipboard

text to CoNLL

Open hwazni opened this issue 1 year ago • 0 comments

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

hwazni avatar Sep 02 '23 12:09 hwazni