RE: deserialize and process XCAS files

2016-09-14 Thread Tomasz Oliwa
From: Finan, Sean [sean.fi...@childrens.harvard.edu] Sent: Wednesday, September 14, 2016 2:50 PM To: dev@ctakes.apache.org Subject: RE: deserialize and process XCAS files Hi Tomasz, As far as I know, the ae is only instantiated to create the type system, which is then handed off. So, you

RE: deserialize and process XCAS files

2016-09-14 Thread Finan, Sean
Hi Tomasz, As far as I know, the ae is only instantiated to create the type system, which is then handed off. So, you shouldn't need to worry about thread safety problems with the ae. I have an idea for deserializing concurrently, but you'll notice that I did things slightly differently ...