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


##########
opennlp-tools/src/main/java/opennlp/tools/tokenize/lang/en/TokenSampleStream.java:
##########
@@ -118,7 +121,7 @@ public void remove() {
   }
 
   private static void usage() {
-    System.err.println("TokenSampleStream [-spans] < in");
-    System.err.println("Where in is a space delimited list of tokens.");
+    logger.error("TokenSampleStream [-spans] < in");

Review Comment:
   Yes. I guess, that `err` was used here for a nice "red" console message. We 
should change it to `info` with 
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