Re: Deduplicating Annotations With Same coveredText

2014-04-23 Thread Petr Baudis
Hi! On Tue, Apr 22, 2014 at 05:10:56PM -0400, Marshall Schor wrote: If you plan on running your pipeline in one JVM (rather than having it scaled out over multiple JVMs), you can consider using an external resource which would be a plain Java SetString of the unique covered text so far

Re: Deduplicating Annotations With Same coveredText

2014-04-22 Thread Marshall Schor
If you plan on running your pipeline in one JVM (rather than having it scaled out over multiple JVMs), you can consider using an external resource which would be a plain Java SetString of the unique covered text so far found. Then, in the annotator (or annotators) that are adding new