Some people will mark each annotation with an
ID specific to the annotator that created it.
For example, you could add a feature to your
annotations called "createdBy". Then you could
filter on that.
If you don't have control over the annotation
process, I'm not sure there's a solution to your
problem. UIMA does not by itself record which
annotation was created when or by whom.
--Thilo
Siguenza wrote:
Hello UIMA users,
I want to build an AE that deals with data (ie annotations) from
previous AEs.
The trouble is that I want this AE to work on the annotation done by the
very last AE before it... This will able us to move the AE within a CPE,
depending on which annotation we want it works on.
I was thinking about indexes (the last annotation recorded...???...),
views, Flow Controllers...
Perhaps you can give me a track ...
Thank you for your help.
Sophie