> Option 2 - let UIMA do the heavy lifting
>
> An alternative and much simple approach might be to create an aggregate which
> does not only contain the engines, but also the reader. Then you don't have to
> worry about the reader anymore at all. Just create a UIMA JCasIterator and
> poll CASes from that until it is empty. Some additional info may be found in
> the legacy issue 89 [1].
>
Hi Richard,
Is the code in issue 89, implemented in uimafit 2.0.0?
It does not work in uimafit 1.4.0 that I currently have.
|