I have labeled a data set ner-d3, and now I want to modify some of the previous annotations, what should I do.
I tried to use the following command, but I think this command is marked again on the basis of the previous one, rather than modified, so I don't know what to do, looking forward to your reply. Thanks
The dataset: syntax lets you specify an existing dataset as the input source. Prodigy will then load the annotations from the dataset and stream them in again. Annotation interfaces respect pre-defined annotations and will pre-select them in the UI. This is useful if you want to re-annotate a dataset to correct it, or if you want to add new information with a different interface. The following command will stream in annotations from the dataset ner_data and save the resulting reannotated data in a new dataset ner_data_new :