rzo1 commented on code in PR #492:
URL: https://github.com/apache/opennlp/pull/492#discussion_r1116143764


##########
opennlp-tools/src/main/java/opennlp/tools/tokenize/TokSpanEventStream.java:
##########
@@ -134,7 +138,7 @@ else if (tokens[ti].getEnd() < cSpan.getStart()) {
               //keep looking
             }
             else {
-              System.out.println("Bad training token: " + tokens[ti] + " cand: 
" + cSpan +
+              logger.info("Bad training token: " + tokens[ti] + " cand: " + 
cSpan +

Review Comment:
   I agree. It sounds like `warn` would fit here -> 
https://issues.apache.org/jira/browse/OPENNLP-1449



-- 
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...@opennlp.apache.org

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

Reply via email to