RE: Extending TextMarker with new actions

2013-05-09 Thread William Karl Thompson
s are now part of the trunk. RegExpRuleTest.ruta contains an example and the documentation describes the exact syntax. Best, Peter On 08.05.2013 17:56, William Karl Thompson wrote: > Many thanks! > > -Original Message- > From: Peter Klügl [mailto:pklu...@uni-wuerzburg.de] >

RE: Extending TextMarker with new actions

2013-05-08 Thread William Karl Thompson
, Peter On 08.05.2013 04:38, William Karl Thompson wrote: > Hi Peter, > > What you proposed would work fine for what I was trying to do! > > Cheers, > > Will > > -Original Message- > From: Peter Klügl [mailto:pklu...@uni-wuerzburg.de] > Sent: Tuesday

RE: Extending TextMarker with new actions

2013-05-07 Thread William Karl Thompson
06.05.2013 18:26, William Karl Thompson wrote: > Hi Peter, > > I like the simplified regular expression rule syntax -- very handy. It's > almost exactly what I wanted. However, one thing I'm wondering is how to > create an annotation with features using such rules. I have in m

RE: Extending TextMarker with new actions

2013-05-06 Thread William Karl Thompson
> 1 = CREATE(FooType, "feat" = "bar"); Here's a possible variant of the above that I can imagine would be useful too: "(regex) (string)" -> CREATE(FooType, "feat1" = GROUP(1), "feat2"=GROUP(2)); What are your thoughts on this? Chee

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

RE: Extending TextMarker with new actions

2013-05-02 Thread William Karl Thompson
f the type T1 for each match of the complete regular expression and an annotation of the type T2 for each match of the first capturing group. Am 02.05.2013 19:06, schrieb William Karl Thompson: > I forgot to mention, the numeric argument in the proposed M

RE: Extending TextMarker with new actions

2013-05-02 Thread William Karl Thompson
I forgot to mention, the numeric argument in the proposed MARKREGEXP action indicates which capturing group is to be used from regular expression to generate the region for the annotation of the specified type. -Original Message- From: William Karl Thompson Sent: Thursday, May 02, 2013

RE: Extending TextMarker with new actions

2013-05-02 Thread William Karl Thompson
ctions Hi, Am 29.04.2013 20:22, schrieb William Karl Thompson: > Hi Peter, > > I've updated and built the TextMarker projects, but now I'm spinning my > wheels a bit trying to install the updated TextMarker Workbench feature from > the projects. Could you give me a tip o

RE: Textmarker: delete contained annotations

2013-05-01 Thread William Karl Thompson
01.05.2013 04:57, schrieb William Karl Thompson: > Hi, > > I'm working with the cTAKES pipeline to annotate some clinical text. The > cTAKES syntactic chunker generates overlapping and nested annotations with > the same syntactic type. For example: > > [NP ascending [NP colon

Textmarker: delete contained annotations

2013-04-30 Thread William Karl Thompson
Hi, I'm working with the cTAKES pipeline to annotate some clinical text. The cTAKES syntactic chunker generates overlapping and nested annotations with the same syntactic type. For example: [NP ascending [NP colon polyps]] What I would like to do is to use TextMarker rules to eliminate nested

RE: Extending TextMarker with new actions

2013-04-29 Thread William Karl Thompson
eter Klügl [mailto:pklu...@uni-wuerzburg.de] Sent: Monday, April 29, 2013 4:21 PM To: user@uima.apache.org Subject: Re: Extending TextMarker with new actions Hi, Am 29.04.2013 20:22, schrieb William Karl Thompson: > Hi Peter, > > I've updated and built the TextMarker projects, but now I'

RE: Extending TextMarker with new actions

2013-04-29 Thread William Karl Thompson
ot having much success at the moment. Many thanks, Will -Original Message- From: William Karl Thompson Sent: Friday, April 26, 2013 3:40 PM To: user@uima.apache.org Subject: RE: Extending TextMarker with new actions Hi Peter, Thanks very much, I will try this out! Best, Will -O

RE: Extending TextMarker with new actions

2013-04-26 Thread William Karl Thompson
here are some small bugs, but they will be fixed tomorrow. > > Best, > > Peter > > Am 25.04.2013 11:37, schrieb Peter Klügl: >> Hi, >> >> Am 25.04.2013 03:29, schrieb William Karl Thompson: >>> Hello, >>> >>> (My apologies, I mistakenly se

RE: Extending TextMarker with new actions

2013-04-25 Thread William Karl Thompson
ll be fixed tomorrow. Best, Peter Am 25.04.2013 11:37, schrieb Peter Klügl: > Hi, > > Am 25.04.2013 03:29, schrieb William Karl Thompson: >> Hello, >> >> (My apologies, I mistakenly sent this to the dev list initially) >> >> I'm very interested in using t

Extending TextMarker with new actions

2013-04-24 Thread William Karl Thompson
Hello, (My apologies, I mistakenly sent this to the dev list initially) I'm very interested in using the TextMarker project, but the current set of action types doesn't quite do what I need. I found references to an extension mechanism, have also found the ITextMarkerActionExtension interface i