mawiesne commented on code in PR #71: URL: https://github.com/apache/opennlp-sandbox/pull/71#discussion_r1083407501
########## opennlp-similarity/src/main/java/opennlp/tools/apps/review_builder/WebPageReviewExtractor.java: ########## @@ -85,7 +85,7 @@ public ReviewObj extractSentencesWithPotentialReviewPhrases(String url) continue; item = item.replace("<span>","").replace("</span>","").replace("<b>","").replace("</b>",""); if (item.length()>80 && MinedSentenceProcessor.acceptableMinedSentence(item)==null){ - System.out.println("Rejected sentence by GeneratedSentenceProcessor.acceptableMinedSentence = "+item); + // System.out.println("Rejected sentence by GeneratedSentenceProcessor.acceptableMinedSentence = "+item); Review Comment: Might be debug log level. As a sysout it was way to spammy. I'll open a Jira and add a ref to that. -- 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