Re: Using PEAR in a application based on Uima framework

2013-05-02 Thread swirl
Richard Eckart de Castilho richard.eckart@... writes: Erhmmm, has anybody do something like this before? I really am interested to know how you can do it. To clarify, I am very interested in how you can mix-match different PEARs, possibly from different open source projects, with

Re: Using PEAR in a application based on Uima framework

2013-05-02 Thread Richard Eckart de Castilho
Am 02.05.2013 um 08:57 schrieb swirl swirl...@yahoo.com: Thanks Richard for your informative reply. You mentioned you able to use DKPro Core and ClearTK together. a. Do you use them as PEAR or do you simply download (manually or via Maven) the JARs and use the annotators like a library? We

Re: Extending TextMarker with new actions

2013-05-02 Thread Peter Klügl
Hi, most of the renaming is done (I will change the namespace of the types tomorrow). I tested the update site by installing the feature in an Eclipse 3.7.2 (with uima) and put the extension's jar in the dropins folder. Works without problems. Best, Peter On 30.04.2013 05:17, William Karl

Re: Extending TextMarker with new actions

2013-05-02 Thread Peter Klügl
Hi, oh, I am afraid I recently added something like that for the 2.0.1 release, not yet included in the 2.0.0 release. This does not mean that I would not include the action in UIMA Ruta ;-) Here the excerpt of the documentation: section id=ugr.tools.ruta.language.regexprule titleSimple

RE: Extending TextMarker with new actions

2013-05-02 Thread William Karl Thompson
I see you're way ahead of me! I'll take a look at this -- is it in the latest on trunk? -Original Message- From: Peter Klügl [mailto:pklu...@uni-wuerzburg.de] Sent: Thursday, May 02, 2013 12:14 PM To: user@uima.apache.org Subject: Re: Extending TextMarker with new actions Hi, oh, I am

Re: Extending TextMarker with new actions

2013-05-02 Thread Peter Klügl
Am 02.05.2013 19:16, schrieb William Karl Thompson: I see you're way ahead of me! I'll take a look at this -- is it in the latest on trunk? Yes, and there is also a unit test (if you are interested in some ready-to-work examples): org.apache.uima.ruta.RegExpRuleTest.java(.ruta, .txt)

RE: Extending TextMarker with new actions

2013-05-02 Thread William Karl Thompson
Vielen Dank, Ich werde es probieren. -Original Message- From: Peter Klügl [mailto:pklu...@uni-wuerzburg.de] Sent: Thursday, May 02, 2013 12:42 PM To: user@uima.apache.org Subject: Re: Extending TextMarker with new actions Am 02.05.2013 19:16, schrieb William Karl Thompson: I see you're

Creating an Uima AS PEAR

2013-05-02 Thread GATE User
I have followed the tutorials for creating a pipeline wiht UimaFIT and DKPro analysis engines.  I want to convert that pipeline to a AS PEAR so I can deploy it to  UIMA AS cluster for testing.  How do I go about doing that?  I know I have to make an aggregate AE containing all the other AEs,