Skip to content

Commit

Permalink
Updates website with OpenNLP 2.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mawiesne committed Apr 25, 2024
1 parent 2319cf7 commit c907a5a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ jobs:
[ -d target/opennlp-site/docs/2.2.0 ] && echo 'docs for 2.2.0 exists'
[ -d target/opennlp-site/docs/2.3.0 ] && echo 'docs for 2.3.0 exists'
[ -d target/opennlp-site/docs/2.3.1 ] && echo 'docs for 2.3.1 exists'
[ -d target/opennlp-site/docs/2.3.2 ] && echo 'docs for 2.3.2 exists'
[ -d target/opennlp-site/docs/2.3.2 ] && echo 'docs for 2.3.2 exists'
[ -d target/opennlp-site/docs/2.3.3 ] && echo 'docs for 2.3.3 exists'
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,16 @@
<excludes>**/lib/**/*</excludes>
</artifactItem>

<artifactItem>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-distr</artifactId>
<version>2.3.3</version>
<overWrite>false</overWrite>
<type>zip</type>
<classifier>bin</classifier>
<outputDirectory>${project.build.directory}/distr/2.3.3</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-02-04</created>
<revision>2.3.2</revision>
<created>2024-04-25</created>
<revision>2.3.3</revision>
</Version>
</release>
<repository>
Expand Down
47 changes: 47 additions & 0 deletions src/main/jbake/content/news/release-233.ad
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
////
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.3.3 released
Apache OpenNLP
2024-04-25
: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.3.3.

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.3.3 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.3.3

This release brings four dependency updates, two bug fixes, minor corrections in the manual, and working integration tests (IT) again!
The ITs were not executed for quite some time, but are now executed for every regular Maven build.

The OpenNLP manual's CSS got modernized. Moreover, this release will ship an abbreviation dictionary for the Dutch language.

For a full list of improvements, please see the full list found in link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12354199[Jira].

--The Apache OpenNLP Team
4 changes: 2 additions & 2 deletions src/main/jbake/jbake.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ template.news.file=news.ftl
#db.store=local
asciidoctor.attributes.export=true
asciidoctor.attributes.export.prefix=
opennlp.version=2.3.2
opennlp.next.version=2.3.3-SNAPSHOT
opennlp.version=2.3.3
opennlp.next.version=2.3.4-SNAPSHOT

0 comments on commit c907a5a

Please sign in to comment.