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

rzo1 pushed a commit to branch template-fix
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 0726467695aea7bcc1a6454b52a785f402f3c51c
Author: Richard Zowalla <[email protected]>
AuthorDate: Sun May 24 13:13:20 2026 +0200

    Template needs to hold the NOTICE content too (OPENNLP-660)
---
 src/license/NOTICE.template | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/src/license/NOTICE.template b/src/license/NOTICE.template
index eb88ad580..b48e8b73e 100644
--- a/src/license/NOTICE.template
+++ b/src/license/NOTICE.template
@@ -14,6 +14,19 @@ http://snowball.tartarus.org/
 
 ============================================================================
 
+The bundled stopword lists in
+opennlp-core/opennlp-runtime/src/main/resources/opennlp/tools/stopword
+are derived from Apache Lucene
+(https://github.com/apache/lucene/tree/main/lucene/analysis/common/src/resources/org/apache/lucene/analysis),
+which in turn distributes them under the BSD license from the Snowball project
+(https://snowballstem.org/license.html). The Bulgarian list (bg.txt) is the
+Lucene per-language Bulgarian stopwords file originally created by Jacques
+Savoy (http://members.unine.ch/jacques.savoy/clef/index.html) and also
+distributed under the BSD license. The original upstream license and
+attribution headers are preserved verbatim at the top of each bundled file.
+
+============================================================================
+
 The Wordpiece tokenizer in opennlp-tools/main/java/opennlp/tools/tokenize
 is taken from https://github.com/robrua/easy-bert licensed under
 

Reply via email to