Hi,
I've been running NER annotations on pre-tokenized documents in prodigy for some time now, and with prodigy 1.10.7 I find that NER spans require start/end now, even though they have a token_start, token_end. Is this a bug?
My spans[0] is
{'token_start': 67, 'token_end': 67, 'channel_id': 0, 'label': 'PERSON', 'type': 'entity'}
I'm getting:
✘ Invalid task format for view ID 'ner_manual' spans -> 0 -> start field required spans -> 0 -> end field required