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
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
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
@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
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
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
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
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