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
etting all annotations with codes of a > certain scheme, let me know. > Sean > > > > -Original Message- > From: Alaa al Barari [mailto:alaa.albar...@gmail.com] > Sent: Monday, February 06, 2017 4:30 AM > To: dev@ctakes.apache.org > Subject: jcas work with a list of

RE: jcas work with a list of schemas

2017-02-06 Thread Finan, Sean
, like getting all annotations with codes of a certain scheme, let me know. Sean -Original Message- From: Alaa al Barari [mailto:alaa.albar...@gmail.com] Sent: Monday, February 06, 2017 4:30 AM To: dev@ctakes.apache.org Subject: jcas work with a list of schemas Hi, I have my own dictionary

jcas work with a list of schemas

2017-02-06 Thread Alaa al Barari
Hi, I have my own dictionary and it has a lot of schemas which takes a lot of time. please see code below, how to make it work with specific list of schemas instead of all of them jcas = pipeline.newJCas(); jcas.setDocumentText(sentence.getCoveredText()); pipeline.

jcas work with a list of schemas

2017-02-06 Thread Alaa al Barari
Hi, I have my own dictionary and it has a lot of schemas which takes a lot of time. please see code below jcas = pipeline.newJCas(); jcas.setDocumentText(sentence.getCoveredText()); pipeline.process(jcas); String previousEntity = ""; for ( IdentifiedAnnotation entity : JCasUtil.select( jcas, Ide