Re: Parallell Text transformation before CAS

2017-06-14 Thread Johannes Darms
Hey Nicolas, you can use different Views for these kind of tasks. 1. Create a Reader which dumps the text asis, without transformation, into the View/Sofa. 2. Write AEs to take the View/SOFA with your raw text and create a new View/SOFA with the transformed text. So you can exploit the

Re: Collection processing engine remove annotations

2016-07-15 Thread Johannes Darms
Hey Armin, each Annotation has a removeFromIndexes Method to remove the Annotation from the CAS. Additionally Richard answered this some time ago: https://mail-archives.apache.org/mod_mbox/uima-user/201106.mbox/%3c8fa6bbde-d0e3-4a1d-a9be-1636e5f14...@tk.informatik.tu-darmstadt.de%3E Regards,

Re: Share database connections between annotators

2014-09-17 Thread Johannes Darms
Hey James, I don't know if its the best way. I would implement a collection Pool as an External Resources and pass these Resource to the different Annotators in your AE. Regards, Johannes [1]

Re: Share database connections between annotators

2014-09-17 Thread Johannes Darms
September 2014 10:57, Johannes Darms johannes.da...@scai.fraunhofer.de wrote: Hey James, I don't know if its the best way. I would implement a collection Pool as an External Resources and pass these Resource to the different Annotators in your AE. Regards, Johannes [1] https