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 7D4C1D4AA for ; Tue, 7 Aug 2012 19:36:06 +0000 (UTC) Received: (qmail 63299 invoked by uid 500); 7 Aug 2012 19:36:06 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 63230 invoked by uid 500); 7 Aug 2012 19:36:05 -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 Received: (qmail 63221 invoked by uid 99); 7 Aug 2012 19:36:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 19:36:05 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of himanshu.gahlot86@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 19:36:01 +0000 Received: by yhjj56 with SMTP id j56so3730955yhj.6 for ; Tue, 07 Aug 2012 12:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gLEVpk88HCLfo2I9ccHHbT8bg+c+zH+YzFXEB4CHoDE=; b=QeIdxrDoJ+SUYbBJ1lpgSuMgB+YH2BwdtmMr1f/gzDZDMbbROsOwxpz2OqWMfQxncM kVlX8EplZ7DdiP4F0c7u7sxdnfK6PIUOJ1TM9QiB9VlmAEKh+lDaU1gpRpxeyoplCEX+ Snjf8h90R6HUw8GCVmQfrf9BNKZo0AIpXAdcIzzC8HsTo8NGMd+yv8KLMvcnFPCnQ+zw qEWw7WnEX9bOS8K2XtLtNf6C121slMqDijcs48LtgMUpOBobeyP3aJKATxItHCByQYi4 OrMnm5GyCTMh8y4m/PUTj3y3GygcIVk4L3vu4OeTNxWranE9WQ1BcMUAWlWFbwIJIbYk +7/g== Received: by 10.43.92.71 with SMTP id bp7mr12509621icc.52.1344368140129; Tue, 07 Aug 2012 12:35:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.114.103 with HTTP; Tue, 7 Aug 2012 12:35:19 -0700 (PDT) In-Reply-To: References: <502054D2.10906@ucdenver.edu> <5021410E.3070101@schor.com> <5021433E.8040306@ucdenver.edu> <882480D6-CFFA-409F-90F6-CB1162B065FC@park-slope.net> <5021491F.3020803@ucdenver.edu> From: Himanshu Gahlot Date: Tue, 7 Aug 2012 12:35:19 -0700 Message-ID: Subject: Re: ConceptMapper 2.4.0 ? To: user@uima.apache.org Content-Type: multipart/alternative; boundary=bcaec5186bf670970a04c6b2192b X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5186bf670970a04c6b2192b Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable I recently used ConceptMapper with UIMA 2.4.0 by updating the various deprecated clsses and it worked fine. I just haven't got time to contribute it back to UIMA. Apart from the updates that Michael is talking about one major update is the use of UimaContext in place of AnnotatorContext. And the update in: public class ConceptMapper extends Annotator_ImplBase implements TextAnnotator is public class ConceptMapper extends JCasAnnotator_ImplBase Himanshu On Tue, Aug 7, 2012 at 10:23 AM, Michael Tanenblatt wrote: > The one thing I know needs to be updated is: > > public class ConceptMapper extends Annotator_ImplBase implements > TextAnnotator > > Both Annotator_ImplBase and TextAnnotator have been deprecated. It is > probably no big deal to fix, just a bunch of drudgery. Not sure why I > haven't gotten to it yet... > > ..Michael > > On Aug 7, 2012, at 12:58 PM, Chris Roeder wrote: > > > On 8/7/12 10:51 AM, Michael Tanenblatt wrote: > >> Ideally, if I had a few spare cycles, I'd at least update the code to > remove deprecated stuff. > >> Of course, this is open source, so if anyone wants to add features,=85= . > > > > If that's a request for help removing the deprecated stuff, as a > long-time user of UIMA, I'm due to contribute. I might need a little more > info though. > > > > -Chris > > > >> > >> ..Michael > >> > >> On Aug 7, 2012, at 12:39 PM, Richard Eckart de Castilho wrote: > >> > >>> Am 07.08.2012 um 18:33 schrieb Chris Roeder: > >>> > >>>> On 8/7/12 10:23 AM, Marshall Schor wrote: > >>>>> ConceptMapper hasn't changed since the 2.3.1 release, so there are > no pending > >>>>> new release planned. > >>>> > >>>> I ask because it seems ConceptMapper's poms depend on 2.3.1, > >>>> which (seems to) conflicts with 2.4.0 from elsewhere. > >>>> > >>>> Is there a solution to this that I haven't found ? > >>> > >>> Unless you depend on UIMA-AS, it should be possible that you generall= y > upgrade to UIMA 2.4.0. > >>> I never had any upgrade compatibility problems. > >>> > >>> -- Richard > >>> > >>> -- > >>> ------------------------------------------------------------------- > >>> Richard Eckart de Castilho > >>> Technical Lead > >>> Ubiquitous Knowledge Processing Lab (UKP-TUD) > >>> FB 20 Computer Science Department > >>> Technische Universit=E4t Darmstadt > >>> Hochschulstr. 10, D-64289 Darmstadt, Germany > >>> phone [+49] (0)6151 16-7477, fax -5455, room S2/02/B117 > >>> eckart@ukp.informatik.tu-darmstadt.de > >>> www.ukp.tu-darmstadt.de > >>> Web Research at TU Darmstadt (WeRC) www.werc.tu-darmstadt.de > >>> ------------------------------------------------------------------- > >>> > >>> > >>> > >>> > >>> > >>> > >> > > > > > > -- > > Christophe Roeder | Software Engineer > > University of Colorado Anschutz Medical Campus | Computational > Bioscience Program > > 303-724-7562 | chris.roeder@ucdenver.edu | http://compbio.ucdenver.edu > > --bcaec5186bf670970a04c6b2192b--