1
1
Apache OpenNLP
2
- Copyright 2021-2024 The Apache Software Foundation
2
+ Copyright 2021-2025 The Apache Software Foundation
3
3
4
4
This product includes software developed at
5
5
The Apache Software Foundation (http://www.apache.org/).
@@ -14,8 +14,8 @@ http://snowball.tartarus.org/
14
14
15
15
============================================================================
16
16
17
- Wordpiece tokenizer
18
- https://github.com/robrua/easy-bert
17
+ The Wordpiece tokenizer in opennlp-tools/main/java/opennlp/tools/tokenize
18
+ is taken from https://github.com/robrua/easy-bert license under
19
19
20
20
The MIT License (MIT)
21
21
@@ -41,55 +41,31 @@ SOFTWARE.
41
41
42
42
============================================================================
43
43
44
- ONNX Runtime
44
+ List of third-party dependencies grouped by their license type.
45
45
46
- MIT License
47
46
48
- Copyright (c) Microsoft Corporation
47
+ Apache License, Version 2.0
49
48
50
- Permission is hereby granted, free of charge, to any person obtaining a copy
51
- of this software and associated documentation files (the "Software"), to deal
52
- in the Software without restriction, including without limitation the rights
53
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
54
- copies of the Software, and to permit persons to whom the Software is
55
- furnished to do so, subject to the following conditions:
56
-
57
- The above copyright notice and this permission notice shall be included in all
58
- copies or substantial portions of the Software.
59
-
60
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
61
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
62
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
63
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
64
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
65
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
66
- SOFTWARE.
67
-
68
- ============================================================================
49
+ * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.24.3 - https://logging.apache.org/log4j/2.x/log4j/log4j-api/)
50
+ * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.24.3 - https://logging.apache.org/log4j/2.x/log4j/log4j-core/)
51
+ * Apache UIMA Base: uimaj-core (org.apache.uima:uimaj-core:3.6.0 - https://uima.apache.org)
52
+ * HPPC Collections (com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc)
53
+ * jcommander (com.beust:jcommander:1.78 - https://jcommander.org)
54
+ * SLF4J 2 Provider for Log4j API (org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 - https://logging.apache.org/log4j/2.x/log4j/log4j-slf4j2-impl/)
69
55
70
- SLF4J API
71
- https://github.com/qos-ch/slf4j
56
+ BSD License
72
57
73
- MIT License
58
+ * Morfologik Command Line Tools (org.carrot2:morfologik-tools:2.1.9 - http://morfologik.blogspot.com/morfologik-tools/)
59
+ * Morfologik FSA (Builder) (org.carrot2:morfologik-fsa-builders:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa-builders/)
60
+ * Morfologik FSA (Traversal) (org.carrot2:morfologik-fsa:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa/)
61
+ * Morfologik Stemming APIs (org.carrot2:morfologik-stemming:2.1.9 - http://morfologik.blogspot.com/morfologik-stemming/)
74
62
75
- Copyright (c) 2004-2022 QOS.ch Sarl (Switzerland)
76
- All rights reserved.
63
+ MIT License
77
64
78
- Permission is hereby granted, free of charge, to any person obtaining
79
- a copy of this software and associated documentation files (the
80
- "Software"), to deal in the Software without restriction, including
81
- without limitation the rights to use, copy, modify, merge, publish,
82
- distribute, sublicense, and/or sell copies of the Software, and to
83
- permit persons to whom the Software is furnished to do so, subject to
84
- the following conditions:
65
+ * onnx-runtime (com.microsoft.onnxruntime:onnxruntime_gpu:1.20.0 - https://microsoft.github.io/onnxruntime/)
66
+ * onnx-runtime (com.microsoft.onnxruntime:onnxruntime:1.20.0 - https://microsoft.github.io/onnxruntime/)
67
+ * SLF4J API Module (org.slf4j:slf4j-api:2.0.16 - http://www.slf4j.org)
85
68
86
- The above copyright notice and this permission notice shall be
87
- included in all copies or substantial portions of the Software.
69
+ The MIT License (MIT)
88
70
89
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
90
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
91
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
92
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
93
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
94
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
95
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
71
+ * ClassGraph (io.github.classgraph:classgraph:4.8.179 - https://github.com/classgraph/classgraph)
0 commit comments