AW: Ruta - MARKFAST

2013-05-22 Thread Armin.Wegner
Hi Peter, your example does work perfectly fine. But try this as word list and input document: nach Christus nach der Zeitenwende n. C. n.C. nC. n. Chr. n. d. Z. n.d.Z. unserer Zeit unserer Zeitrechnung u. Z. u.Z. v. C. v.C. vC. v. Chr. v. d. Z. v.d.Z. vor Christus vor der Zeitenwende vor

Re: Ruta 2.0.2-SNAPSHOT - Eclipse Plugin Installation

2013-05-22 Thread Sondes Bannour
Hi Peter, Armin, I confirm the eclipse update site didn't work for me too. Cheers, Sondes

Re: AW: Ruta 2.0.2-SNAPSHOT - Eclipse Plugin Installation

2013-05-22 Thread Peter Klügl
Hi, hmm, hard to say what went wrong. I uploaded a new snapshot update site here: http://people.apache.org/~pkluegl/temp/eclipse-update-site-20130522/ http://people.apache.org/%7Epkluegl/temp/eclipse-update-site-20130522/ You need to uncheck Group items by category, because the items

Re: AW: Ruta - MARKFAST

2013-05-22 Thread Peter Klügl
Hi, yes this example won't work without changes, because the word list is sensitive to white spaces, e.g., you distinguish between n.C. and n. C.. I know this sound like a bug, but it is rather a feature. In order to solve your problem you could either remove all spaces in your word list, you

Re: Concept Mapper in code

2013-05-22 Thread Marshall Schor
most likely this is a problem in building the parameter setting. I did one of these using the Eclipse editor for UIMA XML files, and looked at what it generated as the setting: configurationParameterSettings nameValuePair nameastringarray/name value array

Re: Concept Mapper in code

2013-05-22 Thread harshal patni
Hi Marshall, Thank you for your response. Yes I tried setting and array as a second argument of NameValuePair_Impl. However it throws an error since the setType() has only 4 options (String, Boolean, Float, Integer). I had to set it to string forcibly, coz if I dont UIMA by default

Re: Concept Mapper in code

2013-05-22 Thread Marshall Schor
did you have the multi-values setting turned on in the parameter specification? On 5/22/2013 10:15 AM, harshal patni wrote: Hi Marshall, Thank you for your response. Yes I tried setting and array as a second argument of NameValuePair_Impl. However it throws an error since the

Re: Concept Mapper in code

2013-05-22 Thread harshal patni
Yes I did! When I do that it throws the following error - It throws a cast error stating Type String cannot be converted to String array. Harshal On Wed, May 22, 2013 at 8:03 PM, Marshall Schor m...@schor.com wrote: did you have the multi-values setting turned on in the parameter

Re: Concept Mapper in code

2013-05-22 Thread Richard Eckart de Castilho
A stack-trace would be helpful. -- Richard Am 22.05.2013 um 17:08 schrieb harshal patni patni.hars...@gmail.com: Yes I did! When I do that it throws the following error - It throws a cast error stating Type String cannot be converted to String array. Harshal On Wed, May 22, 2013 at

managing resources for UIMA?

2013-05-22 Thread Jens Grivolla
Hi, while not strictly a UIMA issue, we have a problem that seems very relevant in the context of UIMA analysis engines: how to manage large binary resources such as trained models used by an AE, etc. So far, we have managed to achieve a good separation between code development and the actual

Re: managing resources for UIMA?

2013-05-22 Thread Richard Eckart de Castilho
Hi Jens, for DKPro Core [1], we have packaged a large number of models as Maven artifacts and host them in our public Maven repository [1]. We have made good experiences with this approach. Please do feel free to make use of these packages. To package models, we use a set of ant-macros [2]