RE: How to get XMI output fie from java jcas?

2018-04-10 Thread Gandhi Rajan Natarajan
/java/org/apache/ctakes/rest/util/XMLParser.java Hope it helps. Regards, Gandhi From: Reed Villanueva [mailto:villanuevar...@gmail.com] Sent: Tuesday, April 10, 2018 3:45 PM To: user@ctakes.apache.org Subject: Re: How to get XMI output fie from java jcas? I see, thanks Gandhi. Would you also be able

Re: How to get XMI output fie from java jcas?

2018-04-10 Thread Reed Villanueva
I see, thanks Gandhi. Would you also be able to point me to some source file examples of *reading* from XMIs (like how the ctakesCVD does to populate the "Analysis Results" pane)? I tried tracing down from the org.apache.uima.tools.cvd.CVD package, but could not find where these things are

RE: How to get XMI output fie from java jcas?

2018-04-10 Thread Gandhi Rajan Natarajan
Hi Reed, Just check the PipelineRunner class in the link - https://github.com/GoTeamEpsilon/ctakes-rest-service/blob/master/ctakes-web-rest/src/main/java/org/apache/ctakes/rest/service/CtakesRestController.java and see if it helps. Regards, Gandhi From: Reed Villanueva