Re: How to use Language Flow Controller ?

2017-09-05 Thread Hansart Charlotte
Hi Richard, Thank you for your answer (and sorry for my delayed answer). FIRST QUESTION As you suggested, I went deeper into the LanguageCapabilityFlowController code, and it seems the initialize() method doesn't work as it should. Indeed, the part in bold (see below) returns a Capability[]

Re: How to use Language Flow Controller ?

2017-08-23 Thread Richard Eckart de Castilho
Hi Charlotte, On 23.08.2017, at 07:36, Hansart Charlotte wrote: > > Hello all, > > I'm using UIMA and UIMAfit for some months now, and I'm trying to go deeper > into its functionalities. These days, I'm trying to use the Language Flow > Controller, but it is not

Fwd: How to use Language Flow Controller ?

2017-08-22 Thread Hansart Charlotte
PreprocessingPipeline();* * SimplePipeline.runPipeline( jcas, aed );* * } catch (MalformedURLException e) {* * // TODO Auto-generated catch block* * e.printStackTrace();* * }* In each Annotator, I also set the Language Capability parameter : *@LanguageCapability({"en", "de"})* *