Re: ctakes ResourceInitializationException

2016-02-24 Thread Jay Urbain
Hi ctakes developers, I'm attempting to set up cTakes 3.2.2 for development in Eclipse Juno IDE for Java EE Developers 4.5, on Max OS X Yosemite 10.10.5. I've followed (to the best of my knowledge) the directions posted here (Developer Install 3.2):

ctakes ResourceInitializationException

2016-02-15 Thread Jay Urbain
Hi, I'm trying to run bin/runctakesCVD.sh. When I try to load the AggregatePlaintextUMLSProcessor.xml, as described in the User install guide ( https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.2+User+Install+Guide) I receive the ResourceInitializationException (please see details

Re: Apache cTAKES - ResourceInitializationException

2015-06-01 Thread HARPREET KHANDUJA (RIT Student)
Pankaj, Caused by: java.lang.NullPointerException* * at java.io.Reader.init(Reader.java:78)* * at java.io.InputStreamReader.init(InputStreamReader.java:72)* My guess is you are trying to read something which is null. Hope it helps. Regards, Harpreet On Wednesday, May 27, 2015, Pankaj Shinde

Apache cTAKES - ResourceInitializationException

2015-05-27 Thread Pankaj Shinde
Hi, I want to parse clinical documents using Apache cTAKES. I have a set of clinical documents as plain texts. For this, I am using BagOfCUIsGenerator.java and cTAKES jars. I configured this in IntelliJ IDEA as a java project. When I try to run, I am getting exception and error as follows.