|
1 | 1 | Apache OpenNLP |
2 | | -Copyright 2017-2025 The Apache Software Foundation |
| 2 | +Copyright 2021-2026 The Apache Software Foundation |
3 | 3 |
|
4 | 4 | This product includes software developed at |
5 | 5 | The Apache Software Foundation (http://www.apache.org/). |
6 | 6 |
|
| 7 | +============================================================================ |
| 8 | + |
7 | 9 | The snowball stemmers in |
8 | 10 | opennlp-tools/src/main/java/opennlp/tools/stemmer/snowball |
9 | 11 | were developed by Martin Porter and Richard Boulton. |
10 | 12 | The full snowball package is available from |
11 | 13 | http://snowball.tartarus.org/ |
| 14 | + |
| 15 | +============================================================================ |
| 16 | + |
| 17 | +The Wordpiece tokenizer in opennlp-tools/main/java/opennlp/tools/tokenize |
| 18 | +is taken from https://github.com/robrua/easy-bert licensed under |
| 19 | + |
| 20 | +The MIT License (MIT) |
| 21 | + |
| 22 | +Copyright (c) 2019 Rob Rua |
| 23 | + |
| 24 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 25 | +of this software and associated documentation files (the "Software"), to deal |
| 26 | +in the Software without restriction, including without limitation the rights |
| 27 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 28 | +copies of the Software, and to permit persons to whom the Software is |
| 29 | +furnished to do so, subject to the following conditions: |
| 30 | + |
| 31 | +The above copyright notice and this permission notice shall be included in all |
| 32 | +copies or substantial portions of the Software. |
| 33 | + |
| 34 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 35 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 36 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 37 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 38 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 39 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 40 | +SOFTWARE. |
| 41 | + |
| 42 | +============================================================================ |
| 43 | +List of third-party dependencies grouped by their license type. |
| 44 | + |
| 45 | + |
| 46 | + Apache License, Version 2.0 |
| 47 | + |
| 48 | + * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.25.3 - https://logging.apache.org/log4j/2.x/) |
| 49 | + * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.25.3 - https://logging.apache.org/log4j/2.x/) |
| 50 | + * Apache UIMA Base: uimaj-core (org.apache.uima:uimaj-core:3.6.1 - https://uima.apache.org) |
| 51 | + * HPPC Collections (com.carrotsearch:hppc:0.7.2 - http://labs.carrotsearch.com/hppc.html/hppc) |
| 52 | + * jcommander (com.beust:jcommander:1.78 - https://jcommander.org) |
| 53 | + * SLF4J 2 Provider for Log4j API (org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3 - https://logging.apache.org/log4j/2.x/) |
| 54 | + |
| 55 | + BSD License |
| 56 | + |
| 57 | + * Morfologik Command Line Tools (org.carrot2:morfologik-tools:2.1.9 - http://morfologik.blogspot.com/morfologik-tools/) |
| 58 | + * Morfologik FSA (Builder) (org.carrot2:morfologik-fsa-builders:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa-builders/) |
| 59 | + * Morfologik FSA (Traversal) (org.carrot2:morfologik-fsa:2.1.9 - http://morfologik.blogspot.com/morfologik-fsa/) |
| 60 | + * Morfologik Stemming APIs (org.carrot2:morfologik-stemming:2.1.9 - http://morfologik.blogspot.com/morfologik-stemming/) |
| 61 | + |
| 62 | + MIT License |
| 63 | + |
| 64 | + * onnx-runtime (com.microsoft.onnxruntime:onnxruntime_gpu:1.24.3 - https://microsoft.github.io/onnxruntime/) |
| 65 | + * onnx-runtime (com.microsoft.onnxruntime:onnxruntime:1.24.3 - https://microsoft.github.io/onnxruntime/) |
| 66 | + * SLF4J API Module (org.slf4j:slf4j-api:2.0.17 - http://www.slf4j.org) |
| 67 | + |
| 68 | + The MIT License (MIT) |
| 69 | + |
| 70 | + * ClassGraph (io.github.classgraph:classgraph:4.8.184 - https://github.com/classgraph/classgraph) |
0 commit comments