Hi all I've started using the mitre ZoneAnnotator am making some optimizations and necessary changes which prevent it from leaking note text into the log file (horrors!!!)
But I have a question. Turns out that back in 2012 someone left raw system.outs in the mastif-zoner code which comes to cTakes as a dependency. They are not part of the cTakes repo. These print input (character offset): 0 input (character offset): 34 ... in the log, which can get really annoying when you have 100 million notes as I have. Here's my question ... what would you do? - Would you try to see about changing it in the original code (not sure who maintains it) - Use a modified version locally (mind my own business) - Absorb this small library into the cTakes repo and remove the external dependency? Peter
