krickert opened a new pull request, #1108:
URL: https://github.com/apache/opennlp/pull/1108

   Part **1a** of the OPENNLP-1850 stack. Splits the former foundation PR 
(#1103) into a mechanical engine layer (this PR) and the offset/alignment layer 
(1b), as requested in review.
   
   The dependency-free engine:
   - `CharClass`/`CodePointSet` over the Unicode `White_Space` and `Dash` 
properties (cursor-based, no regex)
   - the per-code-point substitution/collapse/strip rungs, the `Dimension` 
ladder, and the non-aligned `TextNormalizer` builder
   - the bundled UTS #39 `confusables.txt` with its 
`LICENSE`/`NOTICE`/`rat-excludes` bookkeeping
   
   `Confusables` now loads lazily and recoverably (double-checked accessor; no 
classpath resource I/O in a static initializer), so a missing/unreadable 
resource is a catchable exception at call time rather than a class-poisoning 
`ExceptionInInitializerError`.
   
   Merge bottom-up: **1a (this)** → 1b alignment → tokenizer → DL → docs.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to