How to modify the list of 'default' annotations?

So, as I understand it - Teneo has a ‘default’ set of annotations that it applies to the user input. Things like person, zip code etc (mostly the Teneo NER’s). I’ve been looking for a way to add other custom LO’s to the list of ‘default’ annotations - does anyone know if that’s possible? I can see how to add custom annotations with a global listener, by using createInputAnnotation - but I was trying to avoid that if possible.

Hi,

I think the ‘default’ annotations are created by input processor so they are not modifiable.

1 Like