Commit bdc4ed7
committed
Squashed commit of the following:
commit 52955e9
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sat Jun 14 18:50:09 2025 +0100
OPENNLP-1745: SentenceDetector - Add Junit test for useTokenEnd = false
commit fe59eb9
Merge: 67ac7b2 05f69a4
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sat Jun 14 07:29:36 2025 +0100
Merge remote-tracking branch 'origin/main'
commit 05f69a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jun 9 11:49:38 2025 +0200
OPENNLP-1724: Update JUnit to 5.13.1 (#790)
Bumps `junit.version` from 5.13.0 to 5.13.1.
Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.1)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.1)
Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.0 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.13.0...r5.13.1)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-version: 5.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 32f4ef7
Author: Richard Zowalla <13417392+rzo1@users.noreply.github.com>
Date: Sat Jun 7 21:21:36 2025 +0200
Disable merge request requirement for opennlp-2.x (#789)
commit 8abfe0d
Author: Richard Zowalla <13417392+rzo1@users.noreply.github.com>
Date: Sat Jun 7 20:45:08 2025 +0200
Remove code review requirement for 2.x branch to allow cherry picking already reviewed commits. (#788)
commit 89e4260
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon Jun 2 09:17:43 2025 +0200
OPENNLP-1724: Update JUnit to 5.13.0 (#787)
Bumps `junit.version` from 5.12.2 to 5.13.0.
Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.0)
Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.2 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.0)
Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.2 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.12.2...r5.13.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
dependency-version: 5.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 2c8e58b
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Sat May 24 20:59:20 2025 +0200
OPENNLP-1708: Raise OpenNLP version to 3.x on main branch (#785)
* OPENNLP-1708: Raise OpenNLP version to 3.x on main branch
- adjusts all pom.xml files towards 3.0.0-SNAPSHOT
- adjusts upper major model version to 3.x
- adds static method Version#between for simpler version range checks in BaseModel
- adds 'opennlp-2.x' branch to protected branches in .asf.yml
- updates README.md with infos on 'Branches and Merging Strategy'
- cures a typo
- adds external link to the ONNX website
commit 0db3c10
Author: Richard Zowalla <13417392+rzo1@users.noreply.github.com>
Date: Tue May 20 21:35:27 2025 +0200
OPENNLP-1545 - Close ZipInputStream in BaseModel (#784)
commit 2ed9949
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Tue May 20 16:26:59 2025 +0200
OPENNLP-1734: Adjust GH CI config to build with Java 25-ea (#781)
commit 5eec98c
Author: NishantShri4 <45672680+NishantShri4@users.noreply.github.com>
Date: Thu May 15 09:25:06 2025 +0100
OPENNLP-1731: Add Junits for NGramLanguageModelTool (#778)
* OPENNLP-1731: Add Junits for NGramLanguageModelTool
* OPENNLP-1731: AbstractLoggerTest : Corrected a javadoc comment.
* OPENNLP-1731: Add Junits for NGramLanguageModelTool
* OPENNLP-1731: AbstractLoggerTest : Corrected a javadoc comment.
* OPENNLP-1731: Fixed a Generic RawType warning.
* OPENNLP-1731: Rebased against upstream.
* OPENNLP-1731: Rebased against upstream.
* OPENNLP-1731: Rebased against upstream (removed extra new line).
* OPENNLP-1731: Removed an extra newline.
commit 67ac7b2
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:23:00 2025 +0100
OPENNLP-1731: Removed an extra newline.
commit 0d95dd9
Merge: 35de220 2580a20
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:20:59 2025 +0100
Merge remote-tracking branch 'origin/main'
# Conflicts:
# opennlp-tools/src/test/java/opennlp/tools/AbstractLoggerTest.java
commit 35de220
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:19:54 2025 +0100
OPENNLP-1731: Rebased against upstream (removed extra new line).
commit e09f2ad
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:18:29 2025 +0100
OPENNLP-1731: Rebased against upstream.
commit 6d84e2f
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:16:21 2025 +0100
OPENNLP-1731: Rebased against upstream.
commit 2580a20
Merge: 0a20ef5 46d2d78
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:09:17 2025 +0100
Merge remote-tracking branch 'origin/main'
# Conflicts:
# opennlp-tools/src/test/java/opennlp/tools/monitoring/DefaultTrainingProgressMonitorTest.java
commit 0a20ef5
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Mon May 12 20:06:51 2025 +0100
OPENNLP-1731: Fixed a Generic RawType warning.
commit cfa425f
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sun May 11 17:32:59 2025 +0100
OPENNLP-1731: AbstractLoggerTest : Corrected a javadoc comment.
commit a7eb44a
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sat May 10 23:24:16 2025 +0100
OPENNLP-1731: Add Junits for NGramLanguageModelTool
commit f7be29d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon May 12 20:35:53 2025 +0200
Minor: Regenerated NOTICE File for 21a2a2a (#783)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mawiesne <mawiesne@users.noreply.github.com>
commit 21a2a2a
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Mon May 12 20:34:19 2025 +0200
OPENNLP-1733: Remove implements Serializable from LanguageDetector (#780)
commit 7c72cb0
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Mon May 12 20:32:46 2025 +0200
OPENNLP-1732: Eliminate use of raw types for StopCriteria (#779)
commit e4f5ce2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon May 12 20:32:10 2025 +0200
OPENNLP-1730: Update ONNX runtime to 1.22.0 (#782)
Bumps `onnxruntime.version` from 1.21.1 to 1.22.0.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.21.1...v1.22.0)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.21.1 to 1.22.0
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.21.1...v1.22.0)
---
updated-dependencies:
- dependency-name: com.microsoft.onnxruntime:onnxruntime
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 46d2d78
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sun May 11 17:32:59 2025 +0100
OPENNLP-1731: AbstractLoggerTest : Corrected a javadoc comment.
commit 01a4695
Author: Nishant Shrivastava <shrivastava.nishant@gmail.com>
Date: Sat May 10 23:24:16 2025 +0100
OPENNLP-1731: Add Junits for NGramLanguageModelTool
commit 1675317
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 30 18:16:50 2025 +0200
Minor: Regenerated NOTICE File for 95cd7c8 (#776)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: mawiesne <mawiesne@users.noreply.github.com>
commit 95cd7c8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Apr 30 18:15:51 2025 +0200
OPENNLP-1730: Update ONNX runtime to 1.21.1 (#774)
Bumps `onnxruntime.version` from 1.21.0 to 1.21.1.
Updates `com.microsoft.onnxruntime:onnxruntime` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.21.0...v1.21.1)
Updates `com.microsoft.onnxruntime:onnxruntime_gpu` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.21.0...v1.21.1)
---
updated-dependencies:
- dependency-name: com.microsoft.onnxruntime:onnxruntime
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.microsoft.onnxruntime:onnxruntime_gpu
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
commit 7c85b94
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Wed Apr 30 18:12:19 2025 +0200
OPENNLP-1729: Provide easier loading of Models for given model lang and type (#775)
- extracts ModelType from DownloadUtil
- adds new methods to ClassPathModelLoader to obtain actual model instances easily
- adds ClassPathModelProvider interface
- adds DefaultClassPathModelProvider which combines existing classes to achieve easier access to model objects via classpath loading
- adds JUnit tests for the new classes
- adds and improves JavaDoc
commit 28e2de6
Author: NishantShri4 <45672680+NishantShri4@users.noreply.github.com>
Date: Fri Apr 25 18:59:14 2025 +0100
OPENNLP-124: Maxent/Perceptron training should report progress back via an API (#758)
* OPENNLP-124 : Maxent/Perceptron training should report progress back via an API
* OPENNLP-124 : Fixed Review Comments
* OPENNLP-124 : Updated javadoc for the new Trainer.init method
commit 2720a1b
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Fri Apr 25 17:32:20 2025 +0200
OPENNLP-1728: Improve JavaDoc of opennlp.tools.models package (#772)
commit e1843dc
Author: Martin Wiesner <mawiesne@users.noreply.github.com>
Date: Wed Apr 23 21:42:29 2025 +0200
OPENNLP-1727: Correct example snippet for loading a model from the classpath (#771)1 parent 38d141d commit bdc4ed7
File tree
81 files changed
+1937
-283
lines changed- .github/workflows
- opennlp-distr
- opennlp-dl-gpu
- opennlp-dl
- opennlp-docs
- src/docbkx
- opennlp-morfologik-addon
- opennlp-tools-models
- src
- main/java/opennlp/tools/models
- classgraph
- simple
- test/java/opennlp/tools/models
- opennlp-tools
- src
- main/java/opennlp/tools
- chunker
- commons
- langdetect
- ml
- maxent
- perceptron
- models
- monitoring
- postag
- sentdetect
- tokenize
- util
- model
- test
- java/opennlp/tools
- cmdline
- languagemodel
- lemmatizer
- postag
- sentdetect
- tokenizer
- formats
- brat
- muc
- ml
- monitoring
- sentdetect
- util
- resources/opennlp/tools
- cmdline/languagemodel
- languagemodel
- opennlp-uima
- src/test/java/opennlp/uima
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+1937
-283
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
107 | 129 | | |
108 | 130 | | |
109 | 131 | | |
| |||
114 | 136 | | |
115 | 137 | | |
116 | 138 | | |
117 | | - | |
| 139 | + | |
118 | 140 | | |
119 | | - | |
| 141 | + | |
120 | 142 | | |
121 | 143 | | |
122 | 144 | | |
123 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
124 | 148 | | |
125 | 149 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments