Marshall Schor <msa@...> writes:
>
> This sounds like it might be related to the "feature" in the Document Analyzer
> to only show results that are listed in the output section of the
> capabilities.
>
> Does your XML descriptor include those?
>
> See
>
http://uima.apache.org/d/uimaj-2.4.0/tutorials_and_users_guides.html#ugr.tug.aae.testing_your_annotator
> and scroll down to the "Note:" at the bottom of this section.
>
great! it works. Upon your help, I added <capabilities>
<capability>
<inputs/>
<outputs>
<type>org.apache.uima.DictionaryEntry</type>
</outputs>
<languagesSupported/>
</capability>
</capabilities>
to the AE descriptor.
10x