Re: UIMA AS PEAR External Resource and Type System Decriptor problem?

2013-05-30 Thread Richard Eckart de Castilho
Am 30.05.2013 um 00:20 schrieb GATE User gateu...@ymail.com: 2) What's the best way to share TypeSystemDescriptor files. Right now, I'm just copying them into any annotators that need them. Is there a way to have the analysisEngineDescriptor read them from a jar? Use import-by-name and

External Resource Creation

2013-05-30 Thread Mansi verma
Hi I have to load a set of files as external resources in uima. The annotator reads a file containing the list of files to load in the engine as shared resource. Since the number of files may change, I cannot bind them in the descriptor. To accomplish this I used the following snippet of code.

Cannot set values in CasProcessorConfigurationParameterSettingsImpl

2013-05-30 Thread Erik Fäßler
Hi all, I am working with a CPE descriptor which is loaded by my Java application, adopted to some parameters given to the application, creates the CPE and runs it. Now I wanted to set a parameter value of an AE where this value was not overridden in the CPE descriptor but only set in the AE

Re: External Resource Creation

2013-05-30 Thread Richard Eckart de Castilho
Hi, since you are using uimaFIT, did you look at the documentation here https://code.google.com/p/uimafit/wiki/ExternalResources In particular, it makes a difference if the component you want to inject the resource into uses the uimaFIT @ExternalResource annotation and inherits from the

Re: External Resource Creation

2013-05-30 Thread Mansi verma
Ok I am making a mistake. I dont want to use UimaFit to initialize the resource. If I initialize it using uimafit, i will have to run the pipeline using uimafit too. Am I right ? I want to be able to initialize the external Shared Resource my self, as the number of such resources are unknown,

Re: External Resource Creation

2013-05-30 Thread Richard Eckart de Castilho
Am 30.05.2013 um 12:11 schrieb Mansi verma verma...@gmail.com: Ok I am making a mistake. I dont want to use UimaFit to initialize the resource. If I initialize it using uimafit, i will have to run the pipeline using uimafit too. Am I right ? You are not right (at least you shoudn't be).

Re: Ruta 2.0.2 Textruler problems

2013-05-30 Thread Sondes Bannour
Hello, I have a problem with Textruler. I am working with Whisk (generic) and I am trying to learn rules with features like Lemma{FEATURE(lemma,consumer)-MARKONCE(MBTO1402)}; but the problem is that such rule is not well applyed : base1: Lemma{FEATURE(lemma,consumer)-MARKONCE(MBTO1402)};