Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2BFA18506 for ; Mon, 2 Nov 2015 14:11:29 +0000 (UTC) Received: (qmail 28269 invoked by uid 500); 2 Nov 2015 14:11:29 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 27854 invoked by uid 500); 2 Nov 2015 14:11:27 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Delivered-To: moderator for user@uima.apache.org Received: (qmail 33598 invoked by uid 99); 2 Nov 2015 12:40:10 -0000 X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=googlemail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gqkTNJ7yZxCWkxlDSTQu/EitKOBcdiyY6njqxNJpE0k=; b=Z90AY+rEeOJWMqC/qP2fhAl0h6g26Zt3BQcIKZFKC4K4F/JHqpEeq1b9ZY5TnR18iB AuGZON5IPVNYeesPjqrCiAeoJDZOGAY4M99DA1xZ3k3pCrUOh8+YyOXwmaEbXXwjwycr APaeJ1kC7MujgoTXUgSrGdRPtKCWzUt/SxsIcx5XD/HInZQn1ONmBinn21l26ZmVBoX1 gY+VxTOLhV2QPq+2xNi2NTulKE6FxdfsbseLfIxeID3rOL3sQwERDo6C9sbmlu7ahc9+ XnMH6FNacamk7kp9XDUFUjCOhfEKBEVMs5udrD/I//zYU1eGBRAurl88vtdFCJ4t+tZK 6vrA== MIME-Version: 1.0 X-Received: by 10.28.218.72 with SMTP id r69mr13489277wmg.98.1446468005389; Mon, 02 Nov 2015 04:40:05 -0800 (PST) Date: Mon, 2 Nov 2015 13:40:05 +0100 Message-ID: Subject: UIMA-AS dynamically switch remote delegates in Analysis Engine From: Wahed Hem To: user@uima.apache.org Content-Type: multipart/alternative; boundary=001a11471310a3ef3105238e1300 --001a11471310a3ef3105238e1300 Content-Type: text/plain; charset=UTF-8 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. --001a11471310a3ef3105238e1300--