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. -Marshall On 7/10/2012 10:45 AM, michelangelo wrote: > Tommaso Teofili <tommaso.teofili@...> writes: > >> This should be now fixed in trunk with UIMA-2430 [1]. >> Regards, >> Tommaso >> > ... >>>> Hello >>>> I downloaded the DictionaryAnnotator addon from SVN. Unfortunately it >>>> seems that >>>> it uses incubator classes like: >>>> import org.apache.incubator.uima.DictionaryDocument; > ... >>>> import org.apache.incubator.uima.TypeCollectionDocument; >>>> import >>>> org.apache.incubator.uima.DictionaryMetaDataDocument.DictionaryMetaData; >>>> >>>> and they are not in UIMA 2.4. > ... > Hi Tommaso, I imported dict_annot_xml_types.jar and it compiles and runs BUT > the > resulting document is not nice: it shows nothing, no matches, only the default > annotation. Even if in the debug 2 dictionary words are found.... > any clue? > 10x > > > > >
