This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1495_Reduce_code_duplication_in_opennlp.tools.ml_package
in repository https://gitbox.apache.org/repos/asf/opennlp.git
at 684ca75e OPENNLP-1495 Reduce code duplication in opennlp.tools.ml
package - reduces code duplication in PerceptronModelWriter, GISModelWriter,
and NaiveBayesModelWriter by introducing AbstractMLModelWriter - simplifies
related, existing test classes by using ParameterizedTest now - optimizes
PrepAttachDataUtil to cache already read ppa files avoiding IO efforts during
execution of the whole OpenNLP tools test suite - reduces test execution times
by ~5-10 % - adjusts 'forbiddenapi [...]
This branch includes the following new commits:
new 684ca75e OPENNLP-1495 Reduce code duplication in opennlp.tools.ml
package - reduces code duplication in PerceptronModelWriter, GISModelWriter,
and NaiveBayesModelWriter by introducing AbstractMLModelWriter - simplifies
related, existing test classes by using ParameterizedTest now - optimizes
PrepAttachDataUtil to cache already read ppa files avoiding IO efforts during
execution of the whole OpenNLP tools test suite - reduces test execution times
by ~5-10 % - adjusts 'forbiddenapi [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.