If I understand your question correctly, you can use a Flow Controller to determine which part of the pipeline should be called next. UIMA-AS uses a static deployment descriptor where you declare your remote and collocated parts of the pipeline. The Flow Controller is responsible for orchestrating a CAS flow and UIMA-AS just executes the flow.
Jerry On Mon, Nov 2, 2015 at 7:40 AM, Wahed Hem <[email protected]> wrote: > Hi, > is it possible to dynamically switch remote delegates in an UIMA-AS > analysis engine? > Lets say, i have a part-of-speech tagger. This tagger needs token > informations before running. I have multiple tokenizers. How can i let the > client choose between those tokenizers, when running the part-of-speech > tagger? > > Thanks in advance. > > Wahed. >
