The document analyzer has a "feature" that only shows types that are declared to be "outputs" in the capabilities section of the descriptor that it is running.
So - just add the types you wish to show to that. See http://uima.apache.org/d/uimaj-2.4.0/tutorials_and_users_guides.html#ugr.tug.aae.testing_your_annotator and scroll to the bottom of the section and read the "Note". -Marshall On 7/9/2012 8:43 AM, [email protected] wrote: > On Fri, Jul 6, 2012 at 2:57 PM, Burn Lewis <[email protected]> wrote: > >> We created a type system for a project that included entries for Relations >> and RelationMentions ... you may wish to check GaleEntityTypes.xml in the >> GALE Multi-Modal Example in the Apache UIMA Addons and Sandbox. >> >> Thanks for this hint. > >> You may find it easier to view TOP-derived types such as Relation with the >> CAS Visual Debugger >> > But is it actually the case that the document Analyzer visualizes > only Annotation-derived types? > Thus any TOP-derived type (like Relation) will not be shown in the document > Analyzer, even though it might contain references to Annotation-derived > types (like the two entity mentions that contain begin/end tokens)? > > Hence, to actually visualize TOP-derived types I need to use the CAS visual > debugger, there's no way to have them in the document analyzer? > > Thanks. > B. > > >> ~Burn. >>
