Re: UIMAFit and UIMA-AS deployment

2015-05-14 Thread Thomas Ginter
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:

UIMAFit and UIMA-AS deployment

2015-04-30 Thread Sylvain Surcin
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);