I am using UIMA-AS to run multiple pipelines on cTAKES. At the end of
each pipeline I have some data writers that want to write examples. From
what I can tell by looking at the LibLinear data writers, they are both
going to try to open the a print writer for the same filename, with
possible weird behavior and/or exceptions to follow. Is my understanding
correct? Any good way within cleartk (API) around this issue?
Tim