NishantShri4 commented on code in PR #758: URL: https://github.com/apache/opennlp/pull/758#discussion_r2056085027
########## opennlp-tools/src/main/java/opennlp/tools/ml/AbstractTrainer.java: ########## @@ -55,6 +57,20 @@ public void init(TrainingParameters trainParams, Map<String,String> reportMap) { this.reportMap = reportMap; } + /** + * Initializes a {@link AbstractTrainer} using following parameters. + * + * @param trainParams The {@link TrainingParameters} to use. + * @param reportMap The {@link Map} instance used as report map. + * @param config The {@link TrainingConfiguration} to use. Review Comment: Thanks. Done (Made a change to inherit javadocs from parent method.) -- 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