dependabot[bot] opened a new pull request, #140: URL: https://github.com/apache/opennlp-addons/pull/140
Bumps `opennlp.version` from 3.0.0-M1 to 3.0.0-M2. Updates `org.apache.opennlp:opennlp-api` from 3.0.0-M1 to 3.0.0-M2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/opennlp/releases">org.apache.opennlp:opennlp-api's releases</a>.</em></p> <blockquote> <h2>OpenNLP 3.0.0-M2</h2> <h1>Summary</h1> <p>The 3.x release line of Apache OpenNLP introduces no known breaking changes while significantly modularizing the project to improve library usage and future extensibility. The core API remains stable and fully compatible with 2.x, so existing projects can continue using the opennlp-tools artifact without (substantial) modifications.</p> <h2>Key Highlights:</h2> <ul> <li>Notable Changes: <ul> <li>The minimum Java compiler level was raised to <strong>21</strong> (OPENNLP-1735)</li> <li>The artifact 'opennlp-models' was renamed to 'opennlp-model-resolver'. It can be used to detect and load OpenNLP compliant models from the classpath (OPENNLP-1807)</li> </ul> </li> <li>New Features: <ul> <li>Apache OpenNLP can now detect sentiment from text (OPENNLP-855)</li> <li>The eval corpus format for GermEval2014 is now supported (OPENNLP-976)</li> <li>Document Categorization is now possible via a binding to LibSVM (OPENNLP-1808)</li> </ul> </li> <li>Bug Fixes: <ul> <li>The SentenceDetector got three fixes in handling edge cases with abbreviation dictionaries (OPENNLP-1809, OPENNLP-1810, OPENNLP-1811) - NOTE: These fixes will be back-ported to the upcoming OpenNLP release 2.5.8 as well.</li> </ul> </li> <li>Improvements: <ul> <li>Language Codes passed in are now stricter validated to comply with ISO-693 standard (OPENNLP-991)</li> <li>The OpenNLP developer manual (HTML + PDF) got an uplift for the UIMA documentation part, being largely extended (OPENNLP-49)</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>OPENNLP-1800: Evaluation Build Failure after Docs module packaging was switched to JAR by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/959">apache/opennlp#959</a></li> <li>Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.4 to 3.5.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/964">apache/opennlp#964</a></li> <li>OPENNLP-1802: Update ONNX runtime to 1.24.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/962">apache/opennlp#962</a></li> <li>Adjust Badge for Maven Central in README.md by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/960">apache/opennlp#960</a></li> <li>OPENNLP-1804: Fix artifact name in doc section on model-loading by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/966">apache/opennlp#966</a></li> <li>OPENNLP-1805: Update logcaptor to 2.12.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/967">apache/opennlp#967</a></li> <li>OPENNLP-976: Implement GermEval2014 Format by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/971">apache/opennlp#971</a></li> <li>OPENNLP-1802: Update ONNX runtime to 1.24.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/972">apache/opennlp#972</a></li> <li>OPENNLP-1735: Upgrade minimum Java compiler level to 21 by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/975">apache/opennlp#975</a></li> <li>OPENNLP-1806: Update checkstyle plugin to 13.x by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/968">apache/opennlp#968</a></li> <li>Bump actions/cache from 5.0.3 to 5.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/977">apache/opennlp#977</a></li> <li>OPENNLP-1714: Adjust Dev Manual to modularized structure by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/976">apache/opennlp#976</a></li> <li>OPENNLP-1807: Rename opennlp-models to opennlp-model-resolver by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/979">apache/opennlp#979</a></li> <li>OPENNLP-1803: Fix missing apidocs for all modules aside from opennlp-tools by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/982">apache/opennlp#982</a></li> <li>OPENNLP-1801: Extract eval tests into separate opennlp-eval-tests module by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/980">apache/opennlp#980</a></li> <li>OPENNLP-1809: SentenceDetector misses multi-letter abbreviations at sentence start by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/983">apache/opennlp#983</a></li> <li>OPENNLP-1810: Fix SentenceDetector fails to detect multiple identical abbreviations in the same sentence by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/984">apache/opennlp#984</a></li> <li>OPENNLP-1808: Add SVM-based document categorization via zlibsvm by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/981">apache/opennlp#981</a></li> <li>OPENNLP-855: Add SentimentDetector to derive sentiment from text by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/579">apache/opennlp#579</a></li> <li>OPENNLP-1811: Fix SentenceDetector missing abbreviations at non-first sentence start with useTokenEnd=false by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/985">apache/opennlp#985</a></li> <li>OPENNLP-1812: Move opennlp-tools util classes to core components by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/987">apache/opennlp#987</a></li> <li>OPENNLP-49: Update documentation for the uima integration by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/988">apache/opennlp#988</a></li> <li>OPENNLP-991: Validate all passed in language codes by <a href="https://github.com/rzo1"><code>@rzo1</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/989">apache/opennlp#989</a></li> <li>OPENNLP-1805: Update logcaptor to 2.12.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/apache/opennlp/pull/990">apache/opennlp#990</a></li> <li>OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated via GH action by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/992">apache/opennlp#992</a></li> <li>OPENNLP-1815: Adjust maven-release-plugin config to skip tests by default by <a href="https://github.com/mawiesne"><code>@mawiesne</code></a> in <a href="https://redirect.github.com/apache/opennlp/pull/995">apache/opennlp#995</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12356724&projectId=12311215">https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12356724&projectId=12311215</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/opennlp/commit/4cc735b50edca7618cef067574ae5804089170db"><code>4cc735b</code></a> [maven-release-plugin] prepare release opennlp-3.0.0-M2</li> <li><a href="https://github.com/apache/opennlp/commit/e694c4bfdbb2ffd68461133bffb8744375867577"><code>e694c4b</code></a> OPENNLP-1815: Adjust maven-release-plugin config to skip tests by default (<a href="https://redirect.github.com/apache/opennlp/issues/995">#995</a>)</li> <li><a href="https://github.com/apache/opennlp/commit/81abe0e171e33e998029c9facc2bca1942f8e391"><code>81abe0e</code></a> Minor: Regenerated NOTICE File for d46c053b84e1a03a8f2d5be9a0b735fd1b00ba9d (...</li> <li><a href="https://github.com/apache/opennlp/commit/d46c053b84e1a03a8f2d5be9a0b735fd1b00ba9d"><code>d46c053</code></a> Minor: Regenerated NOTICE File for 4814c806c4cfedeced89fc185839f317078f6de1</li> <li><a href="https://github.com/apache/opennlp/commit/7762ff97c74687deb971e87a489bb940357b2088"><code>7762ff9</code></a> OPENNLP-1814: Ensure NOTICE file in opennlp-distr is updated via GH action (#...</li> <li><a href="https://github.com/apache/opennlp/commit/d552c160fb36ec4645073cdda19c832da68d3ae6"><code>d552c16</code></a> OPENNLP-1805: Update logcaptor to 2.12.6 (<a href="https://redirect.github.com/apache/opennlp/issues/990">#990</a>)</li> <li><a href="https://github.com/apache/opennlp/commit/0e194a337b4fd976bf339eff5deac30be900445c"><code>0e194a3</code></a> OPENNLP-991: Validate all passed in language codes (<a href="https://redirect.github.com/apache/opennlp/issues/989">#989</a>)</li> <li><a href="https://github.com/apache/opennlp/commit/0ff31f52f75ea64ab5cd06103e7114c83ff3163a"><code>0ff31f5</code></a> OPENNLP-49: Update documentation for the uima integration (<a href="https://redirect.github.com/apache/opennlp/issues/988">#988</a>)</li> <li><a href="https://github.com/apache/opennlp/commit/25f852f00ccb7be978b5f2022022c4e3f3a88b9a"><code>25f852f</code></a> OPENNLP-1812: Move opennlp-tools util classes to core components (<a href="https://redirect.github.com/apache/opennlp/issues/987">#987</a>)</li> <li><a href="https://github.com/apache/opennlp/commit/81f85440ace19a24897c04b9d36418e90c46513b"><code>81f8544</code></a> OPENNLP-1811: Fix SentenceDetector missing abbreviations at non-first sentenc...</li> <li>Additional commits viewable in <a href="https://github.com/apache/opennlp/compare/opennlp-3.0.0-M1...opennlp-3.0.0-M2">compare view</a></li> </ul> </details> <br /> Updates `org.apache.opennlp:opennlp-runtime` from 3.0.0-M1 to 3.0.0-M2 Updates `org.apache.opennlp:opennlp-formats` from 3.0.0-M1 to 3.0.0-M2 Updates `org.apache.opennlp:opennlp-cli` from 3.0.0-M1 to 3.0.0-M2 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
