UIMA: Notes
- November 1st, 2008
- Write comment
Single-/Multiple-Views: When using Descriptors which work on multiple views. Make sure to choose one (JCas cas = casIn.getView("yourView")) to work on. Otherwise you will miss AnnotatorIndexes and all, because UIMA doesn't choose a default view . Rather it creates a basic Cas and puts views as Cas's into that basic Cas. That's nothing new when Continue reading →