mawiesne commented on code in PR #71:
URL: https://github.com/apache/opennlp-sandbox/pull/71#discussion_r1087579871


##########
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:
   Did.



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