Hi All, I am a newbie with UIMA, and some of my terminologies might be a bit off here. Please bear with me. Here's my question: I am going through the code in 'DocumentAnalyzer.java' and I see that it creates an Aggregate AE which contains the user specified AE and a CAS consumer to the end of it. However, the CPM also seems to have a addCasConsumer() method. Why would you not add the CasConsumer to the CPM instead of tagging it at the end of the user's AE? The comment talks about how this is done to support a user AE which might have a CAS Multiplier. When a CasConsumer is added to a CPM, does it only see CASes that were output by the CollectionReader?, and not all CASes coming out of the user's AE?
Kind Regards, Girish Chavan UPitt.
