UIMA: Notes
Saturday, November 1st, 2008 Posted in Linux, Uncategorized | No Comments »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 ...
UIMA: DocumentAnlyzer – Missing Annotations
Thursday, October 30th, 2008 Posted in Uncategorized | No Comments »f you specify some more complicated annotators. It might happen that they won't show up in the Java Viewer. Don't panik! Try to close the DocumentAnalyzerand restart it and WITHOUT hitting "Run" again. Hit "View". Now the Annotations should be shown. Don't ask me, why. My ...