There is also Leo which allows you to programmatically create pipelines, launch 
them as UIMA-AS services, and manage types systems and clients without having 
to touch any descriptor files.  You can find documentation at the site below:

http://department-of-veterans-affairs.github.io/Leo/userguide.html

Thanks,

Thomas Ginter
801-448-7676
thomas.gin...@utah.edu




> On Apr 30, 2015, at 11:33, Richard Eckart de Castilho <r...@apache.org> wrote:
> 
> Hi,
> 
> I have tried once to use UIMA-AS and I did it in conjunction with uimaFIT.
> 
> At the time, I didn't find any API to programmatically create UIMA-AS
> deployment descriptors. It appeared to me as if UIMA-AS extracted
> information directly from the XML stream - but then I maybe didn't dig
> deep enough.
> 
> Anyway, I created a class to programmatically build a subset of the 
> UIMA-AS deployment descriptor.
> 
> You find this class and some code using it here:
> 
> https://code.google.com/p/dkpro-lab/source/browse/dkpro-lab-uima-engine-uimaas/src/main/java/de/tudarmstadt/ukp/dkpro/lab/uima/engine/uimaas/AsDeploymentDescription.java
> 
> Maybe it helps you.
> 
> Cheers,
> 
> -- Richard
> 
> On 30.04.2015, at 17:40, Sylvain Surcin <sur...@kwaga.com> wrote:
> 
>> Hello,
>> 
>> I'm trying to see if I can adapt our UIMA-AS architecture to UIMAFit.
>> 
>> And I'm wondering how to actually do it from the main level where I have a
>> class
>> 
>> UimaAsynchronousEngine myEngine = new BaseUIMAAsynchronousEngine_impl();
>> myEngine.addStatusCallbackListener(myListener);
>> myEngine.deploy(myAsDeploymentDescriptorFile, applicationContext);
>> 
>> The AS deployment descriptor file has a section
>> <topDescriptor>
>> <import location="./MyAggregateChain.xml"/>
>> </topDescriptor>
>> 
>> Now, if I want to be smart and use UIMAFit's AggregateBuilder, how do I
>> reconciliate that with the deployment descriptor file?
>> 
>> Is there a way to do that entirely from within the Java code?
>> Or do I have to use UIMAFit to generate the aggregate descriptor file from
>> the AnalysisEngine built by the AggregateBuilder?
>> 
>> Thanks for your help,
>> 
>> [+] Add me to your address book
>> <https://ws.writethat.name/kwaga-bin/titan/WEB/me.pl/5075409511380703595/i>
>> 
>> Sylvain SURCIN, Ph.D.
>> *KWAGA*
>> Senior Software Architect
>> 15, rue Jean-Baptiste Berlier
>> 75013 Paris
>> France
>> Tél.: +33 (0)1.55.43.79.20
> 

Reply via email to