JULIELab / jcore-base

Base modules of JCoRe
BSD 2-Clause "Simplified" License
22 stars 11 forks source link

Implement max XMI ID retrieval for the BioC GNormPlus Reader #133

Closed khituras closed 1 year ago

khituras commented 2 years ago

The XMI DB Writer needs the max XMI ID to avoid XMI ID collisions in the newly written annotations. Until now, the task to retrieve the max XMI ID from the database lies with the XMI DB reader. I currently have a case where I'd like to write annotations into the database without having them read from the database before. Thus, implement the possibility to determine the max XMI ID for the batch of documents being written BioC reader.