Closed GoogleCodeExporter closed 9 years ago
Sure. Mark it at @Beta though - I only created this a couple days ago, and only
because of the upgrade to uimaFIT 2.0.0, so it hasn't been thoroughly tested.
For that matter, if you move it into cleartk-util, you should write a test for
it.
Original comment by steven.b...@gmail.com
on 30 Oct 2013 at 5:09
I will add that the XmiWriter does not work with LineReader. It would be nice
if it did!
Original comment by philip.o...@oracle.com
on 30 Oct 2013 at 5:35
When you say "does not work", what do you mean? Presumably there's a problem
with the URI set by LineReader or something?
Original comment by steven.b...@gmail.com
on 30 Oct 2013 at 5:40
Right. The URI created by LineReader makes the line new
File(ViewUriUtil.getURI(jCas)) throw an exception. This deserves a separate
issue. I hadn't actually diagnosed it when I made the previous comment - just
observed that it blew up.
Original comment by philip.o...@oracle.com
on 30 Oct 2013 at 5:48
So, we have a bit of XmiWriter functionality in a few places:
org.cleartk.examples.XmiWriter
org.cleartk.summarization.SumBasic.XMIWriter
org.cleartk.timeml.eval.TempEval2010Evaluation.XMIWriter
Where the latter two seem to have cut-n-paste the same code. I think I will
copy one of these into cleartk-util, mark it @Beta, and call it done
Original comment by phi...@ogren.info
on 15 Mar 2014 at 5:56
Original comment by phi...@ogren.info
on 15 Mar 2014 at 5:56
This should be a quick one....
Original comment by phi...@ogren.info
on 30 Mar 2014 at 4:31
fixed in a43fc427882f161fac256dfe6b82afbe850ebfb7
added new org.cleartk.util.ae.XmiWriter to cleartk-util and removed redundant
copies from TreebankParsingExample and SumBasic.
Original comment by phi...@ogren.info
on 30 Mar 2014 at 5:10
Original issue reported on code.google.com by
philip.o...@oracle.com
on 30 Oct 2013 at 5:04