Annotate a NER dataset (for BERT)

Hi @Calin, hello @TG1

it seems our problems are very similar, look:

What I want to achieve: to find a model recognizing these place:

   Syracuse, NY
   Athens, United States

as ONE entity. Well, Athens, United States ( B-CNT C-CNT C-CNT) would be fine too.

Very similar to your problem, isn’t it?