Hi Peter, The fastest turnaround for you would probably be seen by modifying a local copy. According to this site the source is available:
http://mastif.sourceforge.net/ Sean ________________________________________ From: Peter Abramowitsch <pabramowit...@gmail.com> Sent: Thursday, February 10, 2022 2:12 PM To: dev@ctakes.apache.org Subject: Question for Sean et al? [EXTERNAL] * External Email - Caution * 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