RE: jcas work with a list of schemas

2017-02-06 Thread Finan, Sean
Barari [mailto:alaa.albar...@gmail.com] Sent: Monday, February 06, 2017 1:15 PM To: dev@ctakes.apache.org Subject: RE: jcas work with a list of schemas Thanks. I was hoping for away to fetch only whats needed for performance enhancement. On Feb 6, 2017 8:09 PM, "Finan

Re: jcas work with a list of schemas

2017-02-06 Thread Taposh D. Roy
Barari [mailto:alaa.albar...@gmail.com] Sent: Monday, February 06, 2017 1:15 PM To: dev@ctakes.apache.org Subject: RE: jcas work with a list of schemas Thanks. I was hoping for away to fetch only whats needed for performance enhancement. On Feb 6, 2017 8:09 PM, "Finan, Sean

RE: jcas work with a list of schemas

2017-02-06 Thread Alaa al Barari
de within that class and within those > methods to do something similar. > > -Original Message- > From: Alaa al Barari [mailto:alaa.albar...@gmail.com] > Sent: Monday, February 06, 2017 1:07 PM > To: dev@ctakes.apache.org > Subject: RE: jcas work with a list of schemas &g

RE: jcas work with a list of schemas

2017-02-06 Thread Finan, Sean
@ctakes.apache.org Subject: RE: jcas work with a list of schemas Thanks. I was hoping for away to fetch only whats needed for performance enhancement. On Feb 6, 2017 8:09 PM, "Finan, Sean" wrote: > Yes. You do not need to use the code directly if it doesn't fit your > needs. You

RE: jcas work with a list of schemas

2017-02-06 Thread Alaa al Barari
those methods > to do something similar. > > -Original Message- > From: Alaa al Barari [mailto:alaa.albar...@gmail.com] > Sent: Monday, February 06, 2017 1:07 PM > To: dev@ctakes.apache.org > Subject: RE: jcas work with a list of schemas > > Thanks sean but internally

RE: jcas work with a list of schemas

2017-02-06 Thread Finan, Sean
PM To: dev@ctakes.apache.org Subject: RE: jcas work with a list of schemas Thanks sean but internally this fetch data for all schemas then filter the needed schema right ? On Feb 6, 2017 7:57 PM, "Finan, Sean" wrote: > Hi Alaa, > > Have a look at the OntologyConceptUtil cl

RE: jcas work with a list of schemas

2017-02-06 Thread Alaa al Barari
Thanks sean but internally this fetch data for all schemas then filter the needed schema right ? On Feb 6, 2017 7:57 PM, "Finan, Sean" wrote: > Hi Alaa, > > Have a look at the OntologyConceptUtil class in ctakes-core. You can use > the getCodes(..) method to obtain the codes for a scheme. > > F

RE: jcas work with a list of schemas

2017-02-06 Thread Finan, Sean
Hi Alaa, Have a look at the OntologyConceptUtil class in ctakes-core. You can use the getCodes(..) method to obtain the codes for a scheme. For all codes of all annotations: Collection allCodes = OntologyConceptUtil.getCodes( jcas, schemeName ); For all codes of all annotations in a window (pa