Skip to content

Commit

Permalink
OpenNLP 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mawiesne committed Dec 27, 2024
1 parent 71d97a7 commit 3da5a7d
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ jobs:
[ -d target/opennlp-site/docs/2.3.3 ] && echo 'docs for 2.3.3 exists'
[ -d target/opennlp-site/docs/2.4.0 ] && echo 'docs for 2.4.0 exists'
[ -d target/opennlp-site/docs/2.5.0 ] && echo 'docs for 2.5.0 exists'
[ -d target/opennlp-site/docs/2.5.1 ] && echo 'docs for 2.5.1 exists'
[ -d target/opennlp-site/docs/2.5.1 ] && echo 'docs for 2.5.1 exists'
[ -d target/opennlp-site/docs/2.5.2 ] && echo 'docs for 2.5.2 exists'
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,17 @@
<outputDirectory>${project.build.directory}/distr/2.5.1</outputDirectory>
<excludes>**/lib/**/*</excludes>
</artifactItem>

<artifactItem>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-distr</artifactId>
<version>2.5.2</version>
<overWrite>false</overWrite>
<type>zip</type>
<classifier>bin</classifier>
<outputDirectory>${project.build.directory}/distr/2.5.1</outputDirectory>
<excludes>**/lib/**/*</excludes>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down
4 changes: 2 additions & 2 deletions src/main/jbake/assets/doap_opennlp.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<release>
<Version>
<name>Apache OpenNLP</name>
<created>2024-12-06</created>
<revision>2.5.1</revision>
<created>2024-12-27</created>
<revision>2.5.2</revision>
</Version>
</release>
<repository>
Expand Down
8 changes: 4 additions & 4 deletions src/main/jbake/assets/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</url>
<url>
<loc>https://opennlp.apache.org/download.html</loc>
<lastmod>2024-12-06T09:30:00+00:00</lastmod>
<lastmod>2024-12-27T09:30:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
Expand All @@ -21,12 +21,12 @@
</url>
<url>
<loc>https://opennlp.apache.org/maven-dependency.html</loc>
<lastmod>2024-12-06T09:30:00+00:00</lastmod>
<lastmod>2024-12-27T09:30:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://opennlp.apache.org/news/</loc>
<lastmod>2024-12-06T09:30:00+00:00</lastmod>
<lastmod>2024-12-27T09:30:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
Expand All @@ -46,7 +46,7 @@
</url>
<url>
<loc>https://opennlp.apache.org/docs/</loc>
<lastmod>2024-12-06T09:30:00+00:00</lastmod>
<lastmod>2024-12-27T09:30:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
Expand Down
1 change: 1 addition & 0 deletions src/main/jbake/content/docs/index.ad
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ NOTE: All the documentation is also included in the binary distribution.

* link:/docs/{opennlp_version}/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/{opennlp_version}/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/{opennlp_version}/apidocs/opennlp-tools-models/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/{opennlp_version}/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
* link:/docs/{opennlp_version}/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]

Expand Down
7 changes: 7 additions & 0 deletions src/main/jbake/content/docs/legacy.ad
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ WARNING: This page contains the archived documentation. Please refer to link:/do
There exists a manual and Javadoc API documentation for Apache OpenNLP. The manual
explains how the various OpenNLP components can be used and trained.

== Apache OpenNLP 2.5.1 documentation
* link:/docs/2.5.1/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/2.5.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/2.5.1/apidocs/opennlp-tools-models/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/2.5.1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
* link:/docs/2.5.1/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]

== Apache OpenNLP 2.5.0 documentation
* link:/docs/2.5.0/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/2.5.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
Expand Down
45 changes: 45 additions & 0 deletions src/main/jbake/content/news/release-252.ad
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
////
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
////
= Apache OpenNLP 2.5.2 released
Apache OpenNLP
2024-12-27
:jbake-type: post
:jbake-tags: community
:jbake-status: published
:category: news
:idprefix:

The Apache OpenNLP team is pleased to announce the release of Apache OpenNLP 2.5.2.

The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.

It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution.

Apache OpenNLP 2.5.2 binary and source distributions are available for download from our download page: link:/download.html[download page]

The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: link:/maven-dependency.html[Maven Dependency]

== What's new in Apache OpenNLP 2.5.2

In total, this patch release tackles 21 issues. It brings two new features (thread-safe versions of key components), three dependency updates, several optimizations of code and JavaDoc, and working tool execution tests!
The latter had been deactivated for some time and are now part of the unit tests again.

For all changes, please see the full list found in link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12355336[Jira,role=external,window=_blank].

--The Apache OpenNLP Team
1 change: 0 additions & 1 deletion src/main/jbake/content/release.ad
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ Move the last version's links to the documentation to the Legacy Documentation (
* link:/docs/${previous.release}/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/${previous.release}/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/${previous.release}/apidocs/opennlp-tools-models/index.html[Apache OpenNLP Tools Models Javadoc]
* link:/docs/${previous.release}/apidocs/opennlp-dl/index.html[Apache OpenNLP DL Javadoc]
* link:/docs/${previous.release}/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
* link:/docs/${previous.release}/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
----
Expand Down
4 changes: 2 additions & 2 deletions src/main/jbake/jbake.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ template.news.file=news.ftl
#db.store=local
asciidoctor.attributes.export=true
asciidoctor.attributes.export.prefix=
opennlp.version=2.5.1
opennlp.next.version=2.5.2-SNAPSHOT
opennlp.version=2.5.2
opennlp.next.version=2.5.3-SNAPSHOT
opennlp.models=ud-models-1.2
opennlp.downloads=https://downloads.apache.org/opennlp/models
ud.version=2.15

0 comments on commit 3da5a7d

Please sign in to comment.