michelangelo <ms.co.it@...> writes:
...
> I created via DictionaryCreator a dictionary in xml. I modified it as:
> <typeName>org.apache.uima.DictionaryEntry</typeName>
> and I did DocAnalyzer with /DictionaryAnnotator/desc/AggregateAE.xml as
> descriptor. Of course with an input document with some word matching the
> dictionary entries.
> Unfortunately the result is not nice, I mean, doubleclicking on the
> DocAnalyzer
> result I see only the generic annotation regarding the whole text. Nothing
> regardign the dictionary entries. Debugging I see 2 matches (it's correct):
>
...
added <capabilities>
<capability>
<inputs/>
<outputs>
<type>org.apache.uima.DictionaryEntry</type>
</outputs>
<languagesSupported/>
</capability>
</capabilities>
to the AE descriptor.
10x
Michelangelo