I am sure I've seen it somewhere, but can't figure it now. Is there a simple way to review and amend annotated (NER) examples using offset annotations?
Hi! I think the easiest solution would be to load your data into ner.manual. The recipe respects pre-defined entities and will take care of mapping them to tokens. You'll then be able to see the prehighlighted spans, and correct them if needed.
If you have multiple conflicting annotations on the same data, the review recipe is a nice way to reconcile them and create one final "master annotation". However, if you want the spans to be editable, you'll need to load in datasets with the ner_manual view ID and make sure it's pre-tokenized. If you're just using the ner interface, the spans won't be editable and all you get to annotate is the accept/reject decision.