RE: managing ctakes resources on classpath

2014-08-25 Thread Chen, Pei
Tim/Kim, After a quick debug, it looks like the DependencyParser Tests looks okay, however, the test pipeline uses LVG. And during maven 'install', these files are inside a jar which LVG explicitly needs a File or Directory. I just committed a step in the pom.xml to unpack the lvg-res. This s

Re: cTAKES min requirements

2014-08-25 Thread britt fitch
No objections here. On Aug 25, 2014, at 12:16 PM, Pei Chen wrote: > Since we default the runtime java heap sizes to 3g in 3.2.0, should we > update our documentation to officially only support 64bit? I can only > see models/pipelines being loaded into mem grow in size. I know it > may seem t

cTAKES min requirements

2014-08-25 Thread Pei Chen
Since we default the runtime java heap sizes to 3g in 3.2.0, should we update our documentation to officially only support 64bit? I can only see models/pipelines being loaded into mem grow in size. I know it may seem trivial, but I still know a few unfortunate souls still on 32 bit systems… any o

org.apache.ctakes.ytex.umls.dao.UMLSDaoTest

2014-08-25 Thread Pei Chen
Hi VJ, While on the subject of unit tests- I didn't get a chance to dig deeper and was hoping you would know the cause of this unit test failure: > mvn clean install 2014-08-25 13:33:50,830 WARN net.sf.ehcache.CacheManager - Creating a new instance of CacheManager using the diskStorePath "/var/

Re: org.apache.ctakes.ytex.umls.dao.UMLSDaoTest

2014-08-25 Thread vijay garla
That is an expected error having to do with the fact that UMLS isn't installed in the test database that get's fired up for unit tests. That is actually a warning (and should be interpreted as an error only if you do have UMLS set up) On Mon, Aug 25, 2014 at 9:02 PM, Pei Chen wrote: > Hi VJ, >

RE: org.apache.ctakes.ytex.umls.dao.UMLSDaoTest

2014-08-25 Thread Chen, Pei
It logs it as a warn, but fails the test. Should there it assertNotNull only if UMLS setup else, pass the test? That way, for those folks are doing a default 'maven clean install, they won't have to skipTests? // UMLSDaoTest .testGetAllAuiStr() - Check to see if UMLS is setup before checking? A

RE: Change from SNOMEDCT to SNOMEDCT_US affecting v_snomed_fword_lookup

2014-08-25 Thread Chen, Pei
This has been done in trunk for the next patch 3.2.1 release: https://issues.apache.org/jira/browse/CTAKES-309 Thanks for pointing this out- Would be great if someone could confirm the ytex scripts works as expected with their latest version of umls. > -Original Message- > From: vijay ga

Re: Microsoft - MSDN - Is the support continuing for ASF committers?

2014-08-25 Thread Pei Chen
Just an fyi - link for MSDN subscription license(s) for committers http://mail-archives.apache.org/mod_mbox/www-community/201305.mbox/%3c518b85e7.7000...@lehmi.de%3E https://svn.apache.org/repos/private/committers/donated-licenses/msdn-subscription.html

Re: managing ctakes resources on classpath

2014-08-25 Thread Tim O'Connell
Hi Pei, Yes, I was able to get as far as it looks like you did - until I ran into the same error with ytex: 2014-08-25 22:43:09,596 WARN org.apache.ctakes.ytex.umls.dao.UMLSDaoTest - sql exception - mrconso probably doesn't exist, check error However, earlier in the ytex tests, I did get anothe