11Apache OpenNLP
2- Copyright 2021-2025 The Apache Software Foundation
2+ Copyright 2021-2026 The Apache Software Foundation
33
44This product includes software developed at
55The Apache Software Foundation (http://www.apache.org/).
@@ -39,6 +39,17 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3939OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4040SOFTWARE.
4141
42+ ============================================================================
43+
44+ The SVM-based document categorizer in opennlp-ml-libsvm uses zlibsvm
45+ (https://github.com/rzo1/zlibsvm), an object-oriented Java binding for
46+ LIBSVM (https://www.csie.ntu.edu.tw/~cjlin/libsvm/).
47+
48+ zlibsvm is licensed under the Apache License, Version 2.0.
49+ LIBSVM is licensed under the BSD 3-Clause License.
50+
51+ Copyright (c) 2000-2023 Chih-Chung Chang and Chih-Jen Lin
52+
4253============================================================================
4354List of third-party dependencies grouped by their license type.
4455
@@ -51,6 +62,12 @@ List of third-party dependencies grouped by their license type.
5162 * HPPC Collections (com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc)
5263 * jcommander (com.beust:jcommander:1.78 - https://jcommander.org)
5364 * SLF4J 2 Provider for Log4j API (org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3 - https://logging.apache.org/log4j/2.x/)
65+ * zlibsvm-api (de.hs-heilbronn.mi:zlibsvm-api:2.1.2 - https://github.com/rzo1/zlibsvm/zlibsvm-api)
66+ * zlibsvm-core (de.hs-heilbronn.mi:zlibsvm-core:2.1.2 - https://github.com/rzo1/zlibsvm/zlibsvm-core)
67+
68+ BSD 3-Clause License
69+
70+ * libsvm (tw.edu.ntu.csie:libsvm:3.35 - https://github.com/cjlin1/libsvm)
5471
5572 BSD License
5673
0 commit comments