From user-return-7930-archive-asf-public=cust-asf.ponee.io@uima.apache.org Tue May 29 19:35:34 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8E2AD180648 for ; Tue, 29 May 2018 19:35:34 +0200 (CEST) Received: (qmail 38516 invoked by uid 500); 29 May 2018 17:35:28 -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 36898 invoked by uid 99); 29 May 2018 17:34:04 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.7 X-Spam-Level: X-Spam-Status: No, score=0.7 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled From: "Osborne, John D" To: =?windows-1256?Q?uima-user_=FD=5Buser=40uima=2Eapache=2Eorg=5D=FD?= Subject: Runtime Parameters to Annotators Running as Services Thread-Topic: Runtime Parameters to Annotators Running as Services Thread-Index: AQHT93M3VU8QVTiAU0Cin593/5fXEw== Date: Tue, 29 May 2018 17:33:54 +0000 Message-ID: <26048294999DF540B2E62368A7B4A2D0029D8FFE3E@MSGHL5A13.ad.hs.uab.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.103.3.37] Content-Type: multipart/alternative; boundary="_000_26048294999DF540B2E62368A7B4A2D0029D8FFE3EMSGHL5A13adhs_" MIME-Version: 1.0 X-Proofpoint-Spam-Details: rule=audit_notspam policy=audit score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=522 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1805290191 --_000_26048294999DF540B2E62368A7B4A2D0029D8FFE3EMSGHL5A13adhs_ Content-Type: text/plain; charset="windows-1256" Content-Transfer-Encoding: quoted-printable What is the best practice for passing runtime meta-data about the analysis = to individual annotators when running UIMA-AS or UIMA-DUCC services? An exa= mple would be a database identifier for an analysis of many documents. I c= an't pass this in as parameters to the aggregate analysis engine running as= a service, because I don't know what that identifier is until runtime (whe= n the application calls the service). I used to put such information in the JCas, having the CollectionReader imp= lementation do all this work. But I am striving to have a more lightweight = CollectionReader... The application can obviously write metadata to a datab= ase or other shared resource, but then it becomes incumbent on the Analysis= Engine to access that shared resources over the network (slow). Any advice appreciated, -John --_000_26048294999DF540B2E62368A7B4A2D0029D8FFE3EMSGHL5A13adhs_--