You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Licensed to the Apache Software Foundation (ASF) under one
3
+
or more contributor license agreements. See the NOTICE file
4
+
distributed with this work for additional information
5
+
regarding copyright ownership. The ASF licenses this file
6
+
to you under the Apache License, Version 2.0 (the
7
+
"License"); you may not use this file except in compliance
8
+
with the License. You may obtain a copy of the License at
9
+
10
+
http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+
Unless required by applicable law or agreed to in writing,
13
+
software distributed under the License is distributed on an
14
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
+
KIND, either express or implied. See the License for the
16
+
specific language governing permissions and limitations
17
+
under the License.
18
+
////
19
+
= Apache OpenNLP 2.5.10 released
20
+
Apache OpenNLP
21
+
2026-06-24
22
+
:jbake-type: post
23
+
:jbake-tags: community
24
+
:jbake-status: published
25
+
:category: news
26
+
:idprefix:
27
+
28
+
The Apache OpenNLP team is pleased to announce the release of Apache OpenNLP 2.5.10.
29
+
30
+
The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.
31
+
32
+
It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.
33
+
34
+
Apache OpenNLP 2.5.10 binary and source distributions are available for download from our link:/download.html[download page].
35
+
36
+
The OpenNLP library is distributed by Maven Central as well. See the link:/maven-dependency.html[Maven dependency] page for more details.
37
+
38
+
== What's new in Apache OpenNLP 2.5.10
39
+
40
+
This is a *maintenance release* on the 2.x line. It backports the fixes shipped with (upcoming) 3.0.0-M4 and refreshes several dependencies.
41
+
42
+
=== Bug Fixes:
43
+
* This release ships four bug fixes for: OPENNLP-1826, OPENNLP-1836, OPENNLP-1839, and OPENNLP-1840
44
+
45
+
=== Improvements:
46
+
* OpenNLP now supports Roberta-based models (OPENNLP-1518)
47
+
* A problem with unsupported XML parser security options was addressed (OPENNLP-1835)
48
+
* Some minor tasks have been completed
49
+
50
+
=== Dependency Updates
51
+
* Update log4j2 to 2.26.0 (OPENNLP-1817)
52
+
* Update ONNX runtime to 1.26.0 (OPENNLP-1822)
53
+
* Update Slf4j to 2.0.18 (OPENNLP-1831)
54
+
* Update Morfologik to 2.2.0 (OPENNLP-1848)
55
+
56
+
For further details, check the full list of link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12356942[changes,role=external,window=_blank] via the project's issue tracker.
0 commit comments