Re: Pipeline Performance Measurment (equivlent to RUTA annotation tests)

2018-03-20 Thread Nicolas Paris
Peter Thanks for your answer and the detailled how-to. In the meatime, I used some of your classes (essentially the ruta.testing.evaluator ones) and build an standalone evaluator tool that takes both goldStandard/ run/ folders with UIMA xmi inside as argument, plus a list of annotations plus a me

RE: Apache UIMA Java sdk 3.0.0 released

2018-03-20 Thread D. Heinze
Yes, I fixed some old dependencies and got rid of the XML errors. Now I am getting the following warning when calling the code below... Seems this was an old problem that was fixed several UIMA releases ago. The only old UIMA thing I have in dependencies is uimafit1.4 which is for some deprecate

Re: Apache UIMA Java sdk 3.0.0 released

2018-03-20 Thread Richard Eckart de Castilho
On 19.03.2018, at 20:36, D. Heinze wrote: > > Got runtime errors that were fixed by finding a version of Xerces (version > 2.4.0 in this case) that would keep all dependencies happy. Hm... I think that the XML support coming with recent JDKs (1.8 in particular) should be sufficient for the nee

Re: Pipeline Performance Measurment (equivlent to RUTA annotation tests)

2018-03-20 Thread Peter Klügl
Hi, I think there is no common default implementation for this, but everyone has its own implementation. For the normal uses cases this can be implemented easily. However, it gets complicated if you need fancy features, e.g., comparing different levels of complex feature values. Normally, you h