This is an automated email from the ASF dual-hosted git repository.

krickert pushed a commit to branch OPENNLP-1850_Whitespace-UTF-Normalizae
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 4b9d5cb3ed105d32b81f3a48370e456895220cbb
Merge: 858fb7f57 4dcf7eff4
Author: Kristian Rickert <[email protected]>
AuthorDate: Fri Jun 19 07:37:24 2026 -0400

    Merge upstream/main into OPENNLP-1850_Whitespace-UTF-Normalizae
    
    Brings in actions/checkout v7.0.0 CI updates. NameFinderDL conflicts
    resolved in favor of the 1850 Unicode cursor matcher and chunking.

 .github/workflows/license.yml                                       | 2 +-
 .github/workflows/maven.yml                                         | 2 +-
 .github/workflows/publish-snapshots.yml                             | 2 +-
 .github/workflows/shell-tests.yml                                   | 6 +++---
 .../src/test/java/opennlp/dl/namefinder/NameFinderDLTest.java       | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --cc 
opennlp-core/opennlp-ml/opennlp-dl/src/test/java/opennlp/dl/namefinder/NameFinderDLTest.java
index 1c97e0ad1,c0a8aede2..22b60ed82
--- 
a/opennlp-core/opennlp-ml/opennlp-dl/src/test/java/opennlp/dl/namefinder/NameFinderDLTest.java
+++ 
b/opennlp-core/opennlp-ml/opennlp-dl/src/test/java/opennlp/dl/namefinder/NameFinderDLTest.java
@@@ -230,7 -199,7 +230,7 @@@ public class NameFinderDLTest 
    @Test
    void testDecodeSpansMatchesSourceCaseInsensitively() {
      // The reconstructed span text may differ in case from the source (e.g. 
an uncased model);
--    // findByRegex matches case-insensitively, so the span is still located 
at the source offsets.
++    // findInSource matches case-insensitively, so the span is still located 
at the source offsets.
      final String text = "Visit PARIS today";
      final String[] tokens = {"[CLS]", "Visit", "paris", "today", "[SEP]"};
      final float[][] scores = {

Reply via email to