Johnsd11 opened a new issue, #29:
URL: https://github.com/apache/ctakes/issues/29

   ### What’s your question?
   
   Processing creates nothing at all due to an out of bounds exception that may 
be due to some parameters
   that need passing to the annotator. It generates DrugMentions, then it 
should pass through a loop where the
   attributes of the drug mention are transferred over to the 
MedicationMentions that were created upstream.
   Then it deletes all the DrugMentions before exiting. Problem is that that
   transfer code is never executed.
   The out of bounds exception is generated here, preventing the transfer code
   to execute
   
   int[] localSpan = getNarrativeSpansContainingGivenSpanType(jcas,
   drugTokenAnt.getBegin(), iBoundaryAnnType);
   
   where iBoundaryAnnType defaults to -1. It could be given the ID of a
   boundary annotation through a run-time param.
   
   ### Context
   
   _No response_
   
   ### What category does this question fall under?
   
   None
   
   ### Contact Details
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ctakes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to