Re: Regarding cTakes version upadtion

2017-11-29 Thread Ks Sunder
Thank you James, just i am using Maven dependencies and i created one pipline class in that one AggregateBuilder for fastlookup, next i created one servlet for accessing AggregateBuilder. i did every thing .. But i am getting this Exception..

RE: Use of custom Dictionary Descriptor file [EXTERNAL]

2017-11-29 Thread Gandhi Rajan Natarajan
Hi Sean, Now it works like a charm. Thanks again for your assistance. Regards, Gandhi -Original Message- From: Finan, Sean [mailto:sean.fi...@childrens.harvard.edu] Sent: Thursday, November 30, 2017 2:28 AM To: dev@ctakes.apache.org Subject: RE: Use of custom Dictionary Descriptor file

RE: Use of custom Dictionary Descriptor file [EXTERNAL]

2017-11-29 Thread Finan, Sean
Hi Gandhi, Try this: AnalysisEngine engine = UIMAFramework.produceAnalysisEngine( pipeline ); Then for each post JCas jcas = JCasFactory.createJCas(); jcas.setDocumentText(analysisText); engine.process( jcas ); I think that should improve things. I would also consider using a JCasPool.

Re: Regarding cTakes version upadtion

2017-11-29 Thread James Masanz
First, take a look at changes that might affect you, listed on the Wiki here: https://cwiki.apache.org/confluence/display/CTAKES/New+for+4.0#Newfor4.0-Changes I think in order to answer well, I'd need an explanation of how you are using cTAKES now - just as maven dependencies? Or do you install

RE: Use of custom Dictionary Descriptor file [EXTERNAL]

2017-11-29 Thread Gandhi Rajan Natarajan
Hi Sean, I was able to make the custom dictionary XML work with "LookupXml" parameter. But I face another issue in the rest implementation in this new approach using PiperFileReader. If I use the following lines of code, for each post request it makes a db connection once again and loads

Re: exact match to CUI_TERM table question. [EXTERNAL] [SUSPICIOUS]

2017-11-29 Thread Kathy Ferro
Time, Sean, Thank you for information. I'll try it out. Kathy On Wed, Nov 29, 2017 at 10:10 AM, Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > Excellent answers Tim! > > > Is there a way to link all this term to x-ray without have to modify > > fast dictionary for every x-ray

Regarding cTakes version upadtion

2017-11-29 Thread Ks Sunder
Hi, What are the steps need to change ctakes 3.x version to ctakes 4 version , and can I change maven dependency..? Please help me. Regards, Shyam k.

RE: exact match to CUI_TERM table question. [EXTERNAL] [SUSPICIOUS]

2017-11-29 Thread Finan, Sean
Excellent answers Tim! > Is there a way to link all this term to x-ray without have to modify > fast dictionary for every x-ray entries? Unfortunately no. The dictionary can only match (give or take) the data that it contains. I have long had an idea on how to improve this by trickery, but

exact match to CUI_TERM table question.

2017-11-29 Thread Kathy Ferro
Good Morning, 1. I have a term for x-ray that has different spelling such as x.ray, x.rays, xray, xrays, etc... I see several files in resources\org\apache\ctakes\assertion\semantic_classes folder. I created x-ray.txt with all the terms above and hoping it will do the trick. No luck. Is there a

RE: ResourceInitializationException in DefaultJCasTermAnnotator

2017-11-29 Thread Gandhi Rajan Natarajan
Glad that you got it working. Cheers. Regards, Gandhi -Original Message- From: Ritwik Jain [mailto:ritwik.j...@raxa.com] Sent: Wednesday, November 29, 2017 5:03 PM To: dev@ctakes.apache.org Subject: Re: ResourceInitializationException in DefaultJCasTermAnnotator Hi Gandhi, Thankyou

Re: Interpret context out of clinical note [EXTERNAL]

2017-11-29 Thread Bhagwat Posane
Sure, Sean. Please ! On 28 November 2017 at 23:16, Finan, Sean wrote: > Hi Bhagwat, > > I will try to answer this over the next day or two. Somebody else may > have some free time and get to you first ... > > Sean > > -Original Message- > From: Bhagwat

Re: ResourceInitializationException in DefaultJCasTermAnnotator

2017-11-29 Thread Ritwik Jain
Hi Gandhi, Thankyou for looking up into the issue and giving me your valuable solution to it. I will also try the method which you suggested. Even i was able to run the example project using tomcat. Two files were missing in WEB-INF folder when i have deployed the project. One was the cTakesHsql

cTakes FATAL ENGINE - could not reopen database Issue

2017-11-29 Thread Ks Sunder
Hi , I am creating new work space for another user, i am getting this when i run the application. cTake 3.2.3 version. 29 Nov 2017 14:58:25 INFO LvgAnnotator - URL for lvg.properties

ResourceInitializationException in DefaultJCasTermAnnotator

2017-11-29 Thread Ritwik Jain
Hi All, I have cloned the CTake-Temporal_demo from github repo. After that I run the query mvn clean install which allowed me to have a .war file. I have deployed the war file in my tomcat server but after putting the Text like :- "Potassium 40" and hitting the submit button, I am getting the