This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-1a-engine
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from 1a6b27387 OPENNLP-1850 Fail loud on a structurally-malformed
confusables line (engine)
add 69f513616 OPENNLP-1850 Dedup expanding folds via CharClass.substitute;
share a Lazy holder (engine)
No new revisions were added by this update.
Summary of changes:
.../opennlp/tools/util/normalizer/CharClass.java | 30 ++++++++++
.../src/main/java/opennlp/tools/util/Lazy.java | 65 ++++++++++++++++++++++
.../opennlp/tools/util/normalizer/Confusables.java | 31 +++--------
.../normalizer/DigitCharSequenceNormalizer.java | 21 +++----
.../normalizer/EllipsisCharSequenceNormalizer.java | 15 +----
.../GermanUmlautCharSequenceNormalizer.java | 22 ++------
6 files changed, 117 insertions(+), 67 deletions(-)
create mode 100644
opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/Lazy.java