Hello.

I like to configure a Collection Processing Engine Descriptor completely programmatically (as specified in 3.3.2. of the Tutorial and Users Guides [1]). The problem is that I also want to change the Parameter Settings of specific Analysis Engines programmatically. Thats why I get the AnalysisEngineDescription for such an Analysis Engine and manipulate the parameter settings programmatically (by using the ResourceMetaData). But how do I now get the (manipulated) AnalysisEngineDescription into the Collection Processing Engine?
I miss a method like:
CpeCasProcessor.setDescriptor(AnalysisEngineDescription description), or something like that.
Is this supported what I like to do?

Cheers,
Kai

[1] http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.application.configuring_a_cpe_descriptor_programmatically

Reply via email to