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


##########
opennlp-tools/src/main/java/opennlp/tools/parser/Parse.java:
##########
@@ -319,32 +323,25 @@ public void insert(final Parse constituent) {
       int pn = parts.size();
       for (; pi < pn; pi++) {
         Parse subPart = parts.get(pi);
-        //System.err.println("Parse.insert:con="+constituent+" sp["+pi+"] 
"+subPart+" "+subPart.getType());

Review Comment:
   Maybe we should re-add these statements and replace them with `trace(...)`. 
If we ever need to debug it, we can switch to trace to see what happens. 



-- 
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