This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a change to branch OPENNLP-1695-Add-more-tests-for-classes-in-formats-package in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard e3202256 OPENNLP-1695: Add more tests for classes in formats package - introduces AbstractSampleStreamFactoryTest as common base class - reduces code duplication in format factory classes - adds many new test classes for format factories (+ sample data) - adds two more Evalita samples taken from Appendix of: https://www.evalita.it/wp-content/uploads/2021/11/Guidelines_evalita09_NER.pdf new 7ed410df OPENNLP-1695: Add more tests for classes in formats package - introduces AbstractSampleStreamFactoryTest as common base class - reduces code duplication in format factory classes - adds several many new test classes for format factories (+sample data) - adds two more Evalita samples taken from Appendix of: https://www.evalita.it/wp-content/uploads/2021/11/Guidelines_evalita09_NER.pdf This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (e3202256) \ N -- N -- N refs/heads/OPENNLP-1695-Add-more-tests-for-classes-in-formats-package (7ed410df) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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. Summary of changes: .../LeipzigLanguageSampleStreamFactory.java | 32 ++++++------- .../tools/formats/leipzig/SampleShuffleStream.java | 17 +++++-- .../tools/formats/leipzig/SampleSkipStream.java | 14 +++++- .../formats/nkjp/NKJPSegmentationDocument.java | 37 +++++++-------- .../formats/nkjp/NKJPSentenceSampleStream.java | 4 +- .../LeipzigLanguageSampleStreamFactoryTest.java} | 55 +++++++++++++--------- 6 files changed, 94 insertions(+), 65 deletions(-) copy opennlp-tools/src/test/java/opennlp/tools/formats/{conllu/ConlluSentenceSampleStreamFactoryTest.java => leipzig/LeipzigLanguageSampleStreamFactoryTest.java} (55%)
