Is there a recipe to reannotate or view documents in the web interface for NER which were originally annotated using ner.manual ? The ontology in our case changes as we annotate more documents and I would like to know if there is a way to reannotate the documents which have already been saved to the database.
Yes, you can always load an existing dataset back in to re-annotate it – the easiest way is to use dataset:[name of your dataset]
as the input source, instead of a file: https://prodi.gy/docs/api-loaders#datasets Just make sure you save the result to a new dataset. Also see this thread: