NishantShri4 commented on code in PR #758:
URL: https://github.com/apache/opennlp/pull/758#discussion_r2041238177


##########
opennlp-tools/src/main/java/opennlp/tools/monitoring/StopCriteria.java:
##########
@@ -0,0 +1,10 @@
+package opennlp.tools.monitoring;
+
+/** Used to identify the stop criteria for {@link 
opennlp.tools.ml.model.AbstractModel} training.*/
+public interface StopCriteria {
+
+    String TRAINING_FINISHED_DEFAULT_MSG = "Training Finished after completing 
%s Iterations successfully.";

Review Comment:
   Thanks. Done (Variable name is updated).



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