You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by Ar...@bka.bund.de on 2016/07/15 06:59:54 UTC

Collection processing engine remove annotations

Hi!

How to remove annotations in a collection processing engine? Doing it in process() of an annotator failed. Is this even possible? 

Best,
Armin

AW: Collection processing engine remove annotations

Posted by Ar...@bka.bund.de.
Hallo Johannes,

that was exactly what I was looking for. It works fine, now.

Thanks a lot,
Armin


-----Ursprüngliche Nachricht-----
Von: Johannes Darms [mailto:johannes.darms@scai.fraunhofer.de] 
Gesendet: Freitag, 15. Juli 2016 09:35
An: user@uima.apache.org
Betreff: Re: Collection processing engine remove annotations

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-1636E5F146A3@tk.informatik.tu-darmstadt.de%3E

Regards,

Johannes

----- Ursprüngliche Mail -----
Von: "Armin Wegner" <Ar...@bka.bund.de>
An: user@uima.apache.org
Gesendet: Freitag, 15. Juli 2016 08:59:54
Betreff: Collection processing engine remove annotations

Hi!

How to remove annotations in a collection processing engine? Doing it in process() of an annotator failed. Is this even possible? 

Best,
Armin

Re: Collection processing engine remove annotations

Posted by Johannes Darms <jo...@scai.fraunhofer.de>.
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-1636E5F146A3@tk.informatik.tu-darmstadt.de%3E

Regards,

Johannes

----- Ursprüngliche Mail -----
Von: "Armin Wegner" <Ar...@bka.bund.de>
An: user@uima.apache.org
Gesendet: Freitag, 15. Juli 2016 08:59:54
Betreff: Collection processing engine remove annotations

Hi!

How to remove annotations in a collection processing engine? Doing it in process() of an annotator failed. Is this even possible? 

Best,
Armin