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

   Part **2a** of the OPENNLP-1850 stack. Splits the former tokenizer PR 
(#1104) into the UAX #29 tokenizer (this PR), the Term model (2b), and the 
NormalizationProfile registry (2c), as requested in review.
   
   Self-contained: the Unicode-conformant 
`WordSegmenter`/`WordTokenizer`/`WordType`/`WordToken` over the bundled 
`Word_Break` and `Extended_Pictographic` data, the official `WordBreakTest.txt` 
conformance suite (1944/1944), and the Unicode data 
`LICENSE`/`NOTICE`/`rat-excludes`.
   
   `WordBreakProperty` and `ExtendedPictographic` load their data **lazily and 
recoverably** (double-checked accessor, no classpath resource I/O in a `static 
{}` block), per the same review point as on the foundation — so a resource the 
loader cannot see is a catchable exception at call time, not a class-poisoning 
`ExceptionInInitializerError`.
   
   Base: `OPENNLP-1850-1b-alignment` (#1109). Stack: 1a → 1b → **2a (this)** → 
2b → 2c → 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