At the moment, there are two interface options:
-
ner: Annotate incoming"spans", normally used via thener.teachrecipe. -
ner_manual: Annotate raw, tokenized text and set"spans", normally used via thener.manualrecipe.
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.)