Sharing Type System Descriptors

2013-05-23 Thread GATE User
What's the best way to share type system descriptors?  Can I access the descriptors if they are in a jar with either import location or import name?   If I have to use import name, will there be any issues using it in an AS system?  Thanks in advance.

Re: Ruta - Optional First Token Problem

2013-05-23 Thread Peter Klügl
Hi, the semantics of the match in the implementation is not as straightforward as I thought. The fix will take some time. I would advise that you use two rules for optional leading rule elements for now: "a" "b" "c"; // equal to "a"? "b" "c"; "b" "c"; // maybe with a -PARTOF() Additionally, you

Re: AW: Ruta - MARKFAST

2013-05-23 Thread Marshall Schor
On 5/23/2013 9:03 AM, armin.weg...@bka.bund.de wrote: > Hello Jörn, > > absolutely right. But for now I'm still a nooby. That's why I'm asking so > much. Sometimes, noobies make better contributions, because they write for other noobies :-). I would encourage you to contribute, anyways. You ca

Re: Adding features to TokenAnnotation and DictTerm in Concept Mapper

2013-05-23 Thread Renaud Richardet
Hi Manisha, Did you try the configuration params "AttributeList" and "FeatureList"? (see the docs http://uima.apache.org/downloads/sandbox/ConceptMapperAnnotatorUserGuide/ConceptMapperAnnotatorUserGuide.html#configParams ) -- Renaud On Thu, May 23, 2013 at 9:36 AM, Mansi verma wrote: > Hi >

AW: Ruta - MARKFAST

2013-05-23 Thread Armin.Wegner
Hello Jörn, absolutely right. But for now I'm still a nooby. That's why I'm asking so much. Cheers, Armin -Ursprüngliche Nachricht- Von: Jörn Kottmann [mailto:kottm...@gmail.com] Gesendet: Donnerstag, 23. Mai 2013 14:24 An: user@uima.apache.org Betreff: Re: Ruta - MARKFAST On 05/23/2

Re: Ruta - MARKFAST

2013-05-23 Thread Jörn Kottmann
On 05/23/2013 01:19 PM, Peter Klügl wrote: That is the official documentation. An up-to-date version that describes the new features since 2.0.0 can be found in the trunk. I know that there are many passages and section that need to be added or improved, but it is hard to find enough time for it

Re: Ruta 2.0.2 Textruler problems

2013-05-23 Thread Sondes Bannour
That's fine for me. I will continue working with the old version till the new one is ready. Cheers, Sondes

Re: Ruta 2.0.2 Textruler problems

2013-05-23 Thread Peter Klügl
Hi, On 23.05.2013 13:49, Sondes Bannour wrote: > Hi, > > I tried the textruler view (whisk (token) ) under Ruta 2.0.2 and i got > weard results like rules with p=0 and n=0 while i fixed the maximum error > threshold to 0.1. Whisk (generic) doesn't even work for me (it seems like > crashing on the

Ruta 2.0.2 Textruler problems

2013-05-23 Thread Sondes Bannour
Hi, I tried the textruler view (whisk (token) ) under Ruta 2.0.2 and i got weard results like rules with p=0 and n=0 while i fixed the maximum error threshold to 0.1. Whisk (generic) doesn't even work for me (it seems like crashing on the first step and still waiting without any results) (i am jus

Re: Ruta - Optional First Token Problem

2013-05-23 Thread Peter Klügl
Hi, On 23.05.2013 13:30, Peter Klügl wrote: > Hi, > > On 23.05.2013 13:09, armin.weg...@bka.bund.de wrote: >> Hi! >> >> In Ruta 2.0.2-SNAPSHOT, rules with an optional first element do not work. >> The optional part seems to be mandatory. Using >> >> DECLARE Test; >> "a"? "b" "c"{->MARK(Test, 1, 3

Re: Ruta - Optional First Token Problem

2013-05-23 Thread Peter Klügl
Hi, On 23.05.2013 13:09, armin.weg...@bka.bund.de wrote: > Hi! > > In Ruta 2.0.2-SNAPSHOT, rules with an optional first element do not work. The > optional part seems to be mandatory. Using > > DECLARE Test; > "a"? "b" "c"{->MARK(Test, 1, 3)}; > > on > > a b c x b c > > marks "a b c" (0, 5) but n

Re: Concept Mapper in code

2013-05-23 Thread Marshall Schor
I made a little test case. To isolate things to just how array-valued parameters are programmatically set and accessed, I used a dummy annotator from the uimaj-examples project called the "RoomNumberAnnotator" - the version I used has no "initialize" of its own (so it didn't do anything in its ini

Re: AW: AW: Ruta - MARKFAST

2013-05-23 Thread Peter Klügl
Hi, On 23.05.2013 13:06, armin.weg...@bka.bund.de wrote: > Hello Peter, > > Now that I understand it, it's a nice feature. > > By the way, where can I find a good documentation of Ruta? I only know of > http://people.apache.org/~pkluegl/site/textmarker-current/tools.textmarker.book.html > That

Ruta - Optional First Token Problem

2013-05-23 Thread Armin.Wegner
Hi! In Ruta 2.0.2-SNAPSHOT, rules with an optional first element do not work. The optional part seems to be mandatory. Using DECLARE Test; "a"? "b" "c"{->MARK(Test, 1, 3)}; on a b c x b c marks "a b c" (0, 5) but not "b c" (8, 11). Cheers, Armin

AW: AW: Ruta - MARKFAST

2013-05-23 Thread Armin.Wegner
Hello Peter, Now that I understand it, it's a nice feature. By the way, where can I find a good documentation of Ruta? I only know of http://people.apache.org/~pkluegl/site/textmarker-current/tools.textmarker.book.html and http://tmwiki.informatik.uni-wuerzburg.de/. A more detailed description

Adding features to TokenAnnotation and DictTerm in Concept Mapper

2013-05-23 Thread Mansi verma
Hi I am using UIMA for annotating some documents using Concept Mapper. I have built the dictionaries and configured it to our requirements. However, I wanted to add features to TokenAnnotation and DictTerm. For Example existing TokenAnnotation annotation supports the following features : text, t