We (Qurius) have been working on a framework to move general Annotations into Neo4j. Our first conclusion is that we’d have to provide base types for extension. At the moment, we don’t see a way to take a general Annotation and unpack. We have the additional concern that we need to know which Annotator generated the Annotation.
If there is interest, perhaps we could open source this framework or send what we have to the core contributors. -brian > On Aug 16, 2015, at 8:34 AM, John David Osborne (Campus) <[email protected]> > wrote: > > Can anybody tell me if there are any UIMA annotators/consumers that can write > the CAS to the database in discrete tables dependent on the type system? > > I know the entire CAS can be dumped to the database as a varchar/lob but I > was looking for something that would create a table for each object in the > CAS and write the instances out as rows in that table. So it would have to be > smart enough to map an uima.cas.Integer to the appropriate type in the > database. > > I don't care if it is database specific or not. > > I just added some new types and I am not looking forward to writing a bunch > of boiler-plate code to save it to the database. > > Any advice appreciated, > > -John >
