I'm looking to add an additional entity to an existing model, I'm following the guide here in Spacy
I used ner.correct to generate the new entity examples (as well as to mix in some of the old label examples). When I convert the data set to data-to-spacy I noticed the format isn't the same as the example in that link. I'm curious if there is something I'm missing, like a way to get my data set into that format, or if it's something I'm just going to have to work around.
Kind regards,