Hi,

is there a (good) way in UIMA to process the whole text collection more than 
once? The process method processes each document once for the whole collection. 
But I need to iterate several times over the whole collection.

The background is, that I want to implement a bootstrapping annotator using 
UIMA. One of the main characteristics of bootstrapping is, that the corpus is 
processed several times, collecting new rules, terms and evidence each time, 
based on the results of the previous turns. I planned to write a bootstrapping 
AE, but I can't figure out how to iteratively process the collection.

I am looking for any hints or tips about how to implement this with UIMA.

Thanks,
Susanne

Reply via email to