NishantShri4 commented on code in PR #758: URL: https://github.com/apache/opennlp/pull/758#discussion_r2056089215
########## opennlp-tools/src/main/java/opennlp/tools/ml/TrainerFactory.java: ########## @@ -180,6 +182,22 @@ public static <T> EventModelSequenceTrainer<T> getEventModelSequenceTrainer( } } + /** + * Works like {@link TrainerFactory#getEventTrainer(TrainingParameters, Map, TrainingConfiguration)} + * except that the {@link TrainingConfiguration} is initialized with {@link DefaultTrainingProgressMonitor} + * and a null {@link opennlp.tools.monitoring.StopCriteria}. + * If not provided, the actual {@link opennlp.tools.monitoring.StopCriteria} + * will be decided by the {@link EventTrainer} implementation. + * Review Comment: Thanks. Done. -- 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