You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Josep María Formentí Serra <jm...@aia.es> on 2015/10/01 09:13:56 UTC

Ruta, uimafit & configure

Hi all,

  I'm trying to use UIMAFIT inside a Ruta script passing some parameters
but i get an error, here an example:

UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter;

Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" =
"src/test/resources"), EXEC(XmiWriter)};

  And here the error:

Caused by: org.apache.uima.resource.ResourceConfigurationException: No
value has been assigned to the mandatory configuration parameter
targetLocation.

  It is possible pass parameters to an uimaFit engine?

Thanks in advance,
  JM

Re: Ruta, uimafit & configure

Posted by Peter Klügl <pe...@averbis.com>.
Yes :-)

Am 01.10.2015 um 13:04 schrieb Josep María Formentí Serra:
> I realized that I didn't understood all, It's possible use CONFIGURE the
> problem is only for mandatory parameters
>
> Thanks
>
> 2015-10-01 10:36 GMT+02:00 Josep María Formentí Serra <jm...@aia.es>:
>
>> Ok, I understand. Thanks, It will be great configure uimaFIT inside Ruta
>> scripts.
>>
>>
>> 2015-10-01 10:03 GMT+02:00 Peter Klügl <pe...@averbis.com>:
>>
>>> Hi,
>>>
>>> yes, it is possible to configure uimaFIT analysis engines from inside a
>>> ruta script (I actually do this quite often these days).
>>>
>>> The problem here is that the uimaFIT analysis engine is already
>>> initialized when the ruta analysis engine initializes its main script,
>>> normally during initialize(). This means long before CONFIGURE is maybe
>>> called. The configuration parameter is manditory, so that the initialize
>>> already fails.
>>>
>>> I discussed the same problem once with Richard, but forgot to include a
>>> solution on the ruta side.
>>>
>>> I do not see a clean solution for the current ruta releases, but I will
>>> open an jira issue for it and improve it in the next releases. Rigth
>>> now, you could either change the parameter to be optional or to specify
>>> a default value (most likely not an option) or you could import and exec
>>> a generated descriptor in which the parameter is set to some default
>>> value.
>>>
>>> Best,
>>>
>>> Peter
>>>
>>>
>>> Am 01.10.2015 um 09:13 schrieb Josep María Formentí Serra:
>>>> Hi all,
>>>>
>>>>   I'm trying to use UIMAFIT inside a Ruta script passing some parameters
>>>> but i get an error, here an example:
>>>>
>>>> UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter;
>>>>
>>>> Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" =
>>>> "src/test/resources"), EXEC(XmiWriter)};
>>>>
>>>>   And here the error:
>>>>
>>>> Caused by: org.apache.uima.resource.ResourceConfigurationException: No
>>>> value has been assigned to the mandatory configuration parameter
>>>> targetLocation.
>>>>
>>>>   It is possible pass parameters to an uimaFit engine?
>>>>
>>>> Thanks in advance,
>>>>   JM
>>>>
>>>
>>
>> --
>> ------------------------------------------------------------------- --- --
>> - - -
>> *Grupo AIA* - *www.aia.es <http://www.aia.es> *
>> Josep Mª Formentí Serra       <jm...@aia.ptv.es>
>> *jmformenti@aia.es <jm...@aia.ptv.es>*Dpto. Servicios Financieros y
>> Seguros
>> ESADECREAPOLIS, Sant Cugat, Barcelona
>> Telf.: +34 93 504 49 00 Fax.: +34 93 580 21 88
>> ------------------------------------------------------------------- --- --
>> - - -
>> The information transmitted is intended only for the person or entity to
>> which it is addressed and may contain confidential and/or privileged
>> material. Any review, retransmission, dissemination or other use of, or
>> taking of any action in reliance upon, this information by persons or
>> entities other than the intended recipient is prohibited. If you received
>> this in error, please contact the sender and delete the material from any
>> computer.
>>
>
>


Re: Ruta, uimafit & configure

Posted by Josep María Formentí Serra <jm...@aia.es>.
I realized that I didn't understood all, It's possible use CONFIGURE the
problem is only for mandatory parameters

Thanks

2015-10-01 10:36 GMT+02:00 Josep María Formentí Serra <jm...@aia.es>:

> Ok, I understand. Thanks, It will be great configure uimaFIT inside Ruta
> scripts.
>
>
> 2015-10-01 10:03 GMT+02:00 Peter Klügl <pe...@averbis.com>:
>
>> Hi,
>>
>> yes, it is possible to configure uimaFIT analysis engines from inside a
>> ruta script (I actually do this quite often these days).
>>
>> The problem here is that the uimaFIT analysis engine is already
>> initialized when the ruta analysis engine initializes its main script,
>> normally during initialize(). This means long before CONFIGURE is maybe
>> called. The configuration parameter is manditory, so that the initialize
>> already fails.
>>
>> I discussed the same problem once with Richard, but forgot to include a
>> solution on the ruta side.
>>
>> I do not see a clean solution for the current ruta releases, but I will
>> open an jira issue for it and improve it in the next releases. Rigth
>> now, you could either change the parameter to be optional or to specify
>> a default value (most likely not an option) or you could import and exec
>> a generated descriptor in which the parameter is set to some default
>> value.
>>
>> Best,
>>
>> Peter
>>
>>
>> Am 01.10.2015 um 09:13 schrieb Josep María Formentí Serra:
>> > Hi all,
>> >
>> >   I'm trying to use UIMAFIT inside a Ruta script passing some parameters
>> > but i get an error, here an example:
>> >
>> > UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter;
>> >
>> > Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" =
>> > "src/test/resources"), EXEC(XmiWriter)};
>> >
>> >   And here the error:
>> >
>> > Caused by: org.apache.uima.resource.ResourceConfigurationException: No
>> > value has been assigned to the mandatory configuration parameter
>> > targetLocation.
>> >
>> >   It is possible pass parameters to an uimaFit engine?
>> >
>> > Thanks in advance,
>> >   JM
>> >
>>
>>
>
>
> --
> ------------------------------------------------------------------- --- --
> - - -
> *Grupo AIA* - *www.aia.es <http://www.aia.es> *
> Josep Mª Formentí Serra       <jm...@aia.ptv.es>
> *jmformenti@aia.es <jm...@aia.ptv.es>*Dpto. Servicios Financieros y
> Seguros
> ESADECREAPOLIS, Sant Cugat, Barcelona
> Telf.: +34 93 504 49 00 Fax.: +34 93 580 21 88
> ------------------------------------------------------------------- --- --
> - - -
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential and/or privileged
> material. Any review, retransmission, dissemination or other use of, or
> taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
> this in error, please contact the sender and delete the material from any
> computer.
>



-- 
------------------------------------------------------------------- --- --
- - -
*Grupo AIA* - *www.aia.es <http://www.aia.es> *
Josep Mª Formentí Serra       <jm...@aia.ptv.es>
*jmformenti@aia.es <jm...@aia.ptv.es>*Dpto. Servicios Financieros y
Seguros
ESADECREAPOLIS, Sant Cugat, Barcelona
Telf.: +34 93 504 49 00 Fax.: +34 93 580 21 88
------------------------------------------------------------------- --- --
- - -
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

Re: Ruta, uimafit & configure

Posted by Josep María Formentí Serra <jm...@aia.es>.
Ok, I understand. Thanks, It will be great configure uimaFIT inside Ruta
scripts.


2015-10-01 10:03 GMT+02:00 Peter Klügl <pe...@averbis.com>:

> Hi,
>
> yes, it is possible to configure uimaFIT analysis engines from inside a
> ruta script (I actually do this quite often these days).
>
> The problem here is that the uimaFIT analysis engine is already
> initialized when the ruta analysis engine initializes its main script,
> normally during initialize(). This means long before CONFIGURE is maybe
> called. The configuration parameter is manditory, so that the initialize
> already fails.
>
> I discussed the same problem once with Richard, but forgot to include a
> solution on the ruta side.
>
> I do not see a clean solution for the current ruta releases, but I will
> open an jira issue for it and improve it in the next releases. Rigth
> now, you could either change the parameter to be optional or to specify
> a default value (most likely not an option) or you could import and exec
> a generated descriptor in which the parameter is set to some default value.
>
> Best,
>
> Peter
>
>
> Am 01.10.2015 um 09:13 schrieb Josep María Formentí Serra:
> > Hi all,
> >
> >   I'm trying to use UIMAFIT inside a Ruta script passing some parameters
> > but i get an error, here an example:
> >
> > UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter;
> >
> > Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" =
> > "src/test/resources"), EXEC(XmiWriter)};
> >
> >   And here the error:
> >
> > Caused by: org.apache.uima.resource.ResourceConfigurationException: No
> > value has been assigned to the mandatory configuration parameter
> > targetLocation.
> >
> >   It is possible pass parameters to an uimaFit engine?
> >
> > Thanks in advance,
> >   JM
> >
>
>


-- 
------------------------------------------------------------------- --- --
- - -
*Grupo AIA* - *www.aia.es <http://www.aia.es> *
Josep Mª Formentí Serra       <jm...@aia.ptv.es>
*jmformenti@aia.es <jm...@aia.ptv.es>*Dpto. Servicios Financieros y
Seguros
ESADECREAPOLIS, Sant Cugat, Barcelona
Telf.: +34 93 504 49 00 Fax.: +34 93 580 21 88
------------------------------------------------------------------- --- --
- - -
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.

Re: Ruta, uimafit & configure

Posted by Peter Klügl <pe...@averbis.com>.
Hi,

yes, it is possible to configure uimaFIT analysis engines from inside a
ruta script (I actually do this quite often these days).

The problem here is that the uimaFIT analysis engine is already
initialized when the ruta analysis engine initializes its main script,
normally during initialize(). This means long before CONFIGURE is maybe
called. The configuration parameter is manditory, so that the initialize
already fails.

I discussed the same problem once with Richard, but forgot to include a
solution on the ruta side.

I do not see a clean solution for the current ruta releases, but I will
open an jira issue for it and improve it in the next releases. Rigth
now, you could either change the parameter to be optional or to specify
a default value (most likely not an option) or you could import and exec
a generated descriptor in which the parameter is set to some default value.

Best,

Peter


Am 01.10.2015 um 09:13 schrieb Josep María Formentí Serra:
> Hi all,
>
>   I'm trying to use UIMAFIT inside a Ruta script passing some parameters
> but i get an error, here an example:
>
> UIMAFIT de.tudarmstadt.ukp.dkpro.core.io.xmi.XmiWriter;
>
> Document{CONTAINS(Entity)-> CONFIGURE(XmiWriter, "targetLocation" =
> "src/test/resources"), EXEC(XmiWriter)};
>
>   And here the error:
>
> Caused by: org.apache.uima.resource.ResourceConfigurationException: No
> value has been assigned to the mandatory configuration parameter
> targetLocation.
>
>   It is possible pass parameters to an uimaFit engine?
>
> Thanks in advance,
>   JM
>