Unable to get drop down in annotation interface

At the moment, there are two interface options:

  • ner: Annotate incoming "spans", normally used via the ner.teach recipe.
  • ner_manual: Annotate raw, tokenized text and set "spans", normally used via the ner.manual recipe.

The two interfaces can’t be combined at the moment – i.e. you can’t correct and manually annotate already existing spans using the manual interface. However, this is already planned for the next version, as a new and improved version of the ner.make-gold recipe (see my comment here for details.)