Cas to RDF

2014-07-28 Thread Nick Nikandish
Hi there, I am able to generate an XML file from a CAS using CasToInlineXML() class. I was wondering if there was any class or method in CTakes that we can generate RDF files from a CAS? Thanks, Nick

RE: Cas to RDF

2014-07-28 Thread Masanz, James J.
If someone else doesn't reply to your email here, since this is more of a general UIMA question, your best bet might be searching the UIMA archives http://uima.markmail.org/ and posting to the UIMA user list if you don't find anything https://uima.apache.org/mail-lists.html

RE: Cas to RDF

2014-07-28 Thread Nick Nikandish
Thanks James. -Original Message- From: Masanz, James J. [mailto:masanz.ja...@mayo.edu] Sent: Monday, July 28, 2014 10:52 AM To: dev@ctakes.apache.org Subject: RE: Cas to RDF If someone else doesn't reply to your email here, since this is more of a general UIMA question, your best bet m

Re: ytex examples

2014-07-28 Thread Clayton Turner
Hi again: This issue is still persisting. I can only find the SparseDataExporterImpl class outside of the ctakes snapshot and, even using that version, I cannot get the exporter to work, regardless of the parameters I pass to it. On Thu, Jul 24, 2014 at 3:18 PM, Clayton Turner wrote: > Hm, oka

Re: question about sentence segmentation

2014-07-28 Thread britt fitch
Thanks for the document, Tim. It seems to not be explicit about how to handle sentences occurring in lists. Are you still considering having the list number as outside of the sentence? Thanks Britt On Jul 25, 2014, at 7:09 AM, Miller, Timothy wrote: > Checking with Guergana and other coll

Re: question about sentence segmentation

2014-07-28 Thread Miller, Timothy
Yes, you're right about that Britt. I've been doing some annotations side by side with a treebank viewer and think I have a pretty good handle on the actual rules. Basically, if a header or list identifier is followed by a period or a newline it is considered a sentence break and otherwise it i

Null Pointer

2014-07-28 Thread John Green
Any ideas why as of cTakes 3.2.0 when I try and use FilesInDirectoryCollectionReader.xml I get a NullPointerException? java.lang.NullPointerException at org.apache.uima.tools.cpm.CpmPanel.fileSelected(CpmPanel.java:1509) at org.apache.uima.tools.util.gui.FileSelector$1.actionPerformed(FileSelector

Re: Null Pointer

2014-07-28 Thread John Green
Please disregard, I discovered the error. JG On Mon, Jul 28, 2014 at 3:29 PM, John Green wrote: > Any ideas why as of cTakes 3.2.0 when I try and > use FilesInDirectoryCollectionReader.xml I get a NullPointerException? > > java.lang.NullPointerException > at org.apache.uima.tools.cpm.CpmPanel.