Closed GoogleCodeExporter closed 9 years ago
What do you mean by "combining"? Read all documents from one reader and then
all documents from the next reader? Or that reader A reads the text and reader
B reads some stand-off annotations, etc.?
Original comment by richard.eckart
on 15 Oct 2014 at 1:47
The first one
Original comment by torsten....@gmail.com
on 15 Oct 2014 at 1:50
Hm. I wonder if that can be simulated simply by cramming two readers into an
aggregate (doable directly via the UIMA API, but currently not supported in
uimaFIT). Otherwise it would be a bit inconvenient to pass the readers as
arguments to the aggregating reader. Another alternative might be to support
that directly on the uimaFIT API level.
Original comment by richard.eckart
on 15 Oct 2014 at 1:59
As we needed that functionality, we already have an implementation that takes
several readers as arguments. A bit inconvenient but works.
I am not so sure about working with the UIMA API directly ... :/
Original comment by torsten....@gmail.com
on 15 Oct 2014 at 2:07
This issue was closed by revision r2922.
Original comment by torsten....@gmail.com
on 15 Oct 2014 at 8:51
Original issue reported on code.google.com by
torsten....@gmail.com
on 15 Oct 2014 at 1:46