I have output from an NER model which I want to use as a starting point to create a revised gold dataset, and use this gold dataset for addtional training with prodigy.
Since I already have annotations from the NER model, I want to be able to display these annotations on the annotation interface, and allow the user to make revised annotations.
Hi! Prodigy's input and output formats are the same, so you can load in pre-labelled data in Prodigy's JSON format and the annotated spans will be pre-highlighted in the UI. See here for an example of the data format, which is pretty straightforward: https://prodi.gy/docs/api-interfaces#ner_manual