Corrections on an already annotated NER dataset

hi @dave-espinosa!

Are you aware of dataset: prefix you can use for source? "Loading from existing datasets"

For example, let's say your existing dataset is called ner_dataset. However, you found errors in that dataset so you want to now run a recipe (e.g., ner.manual) so it'll pre-highlight your old annotations.

You can then run it like:

python -m prodigy ner.manual new_ner_dataset blank:en dataset:ner_dataset ...

Does this solve your problem?

If so, thanks for the heads up. I think this would be a good tip to add to Quickstart!

1 Like