This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-1b-alignment
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from 2bed55526 OPENNLP-1850 Review nits: soften DL forward-link; fix
LineBreakPreserving opener (alignment)
add 45ad38b33 OPENNLP-1850 Review: make AlignedText.normalized a
CharSequence; add normalizedString()
No new revisions were added by this update.
Summary of changes:
.../opennlp/tools/util/normalizer/AlignedText.java | 15 +++-
.../tools/util/normalizer/AlignedTextTest.java | 93 ++++++++++++++++++++++
.../normalizer/AlignedNormalizerPipelineTest.java | 4 +-
3 files changed, 109 insertions(+), 3 deletions(-)
create mode 100644
opennlp-api/src/test/java/opennlp/tools/util/normalizer/AlignedTextTest.java