Proposed improvements

2017-06-22 Thread Hadrian Zbarcea
Last week I presented at the OSEHRA Summit about ActiveMQ (and a few other projects) and the ASF in general. I was surprised that most didn't know much about the ASF and more importantly that nobody knew about cTakes, the only (directly) healthcare related project at the ASF. There was no

Re: negation/uncertainty: pipeline runs very slowly [EXTERNAL]

2017-06-22 Thread Steven Bethard
On Thu, Jun 22, 2017 at 9:04 AM Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > There is some suboptimal looping in AssertioncCleartkAnalysisEngine. For > instance: > Collection entities = > JCasUtil.select(identifiedAnnotationView, IdentifiedAnnotation.class); > for

RE: negation/uncertainty: pipeline runs very slowly [EXTERNAL]

2017-06-22 Thread Finan, Sean
Hi Dima, There is possibly one major cause for things slowing down on large documents: There is some suboptimal looping in AssertioncCleartkAnalysisEngine. For instance: Collection entities = JCasUtil.select(identifiedAnnotationView, IdentifiedAnnotation.class); for