Skip to content

Commit

Permalink
Updates website with OpenNLP 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Aug 3, 2023
1 parent b4ffb80 commit fc984f3
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ jobs:
[ -d target/opennlp-site/docs/1.9.4 ] && echo 'docs for 1.9.4 exists'
[ -d target/opennlp-site/docs/2.0.0 ] && echo 'docs for 2.0.0 exists'
[ -d target/opennlp-site/docs/2.1.0 ] && echo 'docs for 2.1.0 exists'
[ -d target/opennlp-site/docs/2.1.1 ] && echo 'docs for 2.1.0 exists'
[ -d target/opennlp-site/docs/2.1.1 ] && echo 'docs for 2.1.0 exists'
[ -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'
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,16 @@
<outputDirectory>${project.build.directory}/distr/2.2.0</outputDirectory>
</artifactItem>

<artifactItem>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-distr</artifactId>
<version>2.3.0</version>
<overWrite>false</overWrite>
<type>zip</type>
<classifier>bin</classifier>
<outputDirectory>${project.build.directory}/distr/2.3.0</outputDirectory>
</artifactItem>

</artifactItems>
</configuration>
</execution>
Expand Down
8 changes: 4 additions & 4 deletions src/main/jbake/assets/doap_opennlp.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<name>Apache OpenNLP</name>
<homepage rdf:resource="http://opennlp.apache.org" />
<asfext:pmc rdf:resource="http://opennlp.apache.org" />
<shortdesc>Apache OpenNLP library software is a machine learning based toolkit for the processing of natural language text..</shortdesc>
<description>Apache OpenNLP software supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. OpenNLP also includes maximum entropy and perceptron based machine learning..</description>
<shortdesc>Apache OpenNLP library software is a machine learning based toolkit for the processing of natural language text.</shortdesc>
<description>Apache OpenNLP software supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. These tasks are usually required to build more advanced text processing services. OpenNLP also includes maximum entropy and perceptron based machine learning.</description>
<bug-database rdf:resource="https://issues.apache.org/jira/browse/OPENNLP" />
<mailing-list rdf:resource="http://opennlp.apache.org/mailing-lists.html" />
<download-page rdf:resource="http://opennlp.apache.org/download.html" />
Expand All @@ -37,8 +37,8 @@
<release>
<Version>
<name>Apache OpenNLP</name>
<created>2023-04-22</created>
<revision>2.2.0</revision>
<created>2023-07-31</created>
<revision>2.3.0</revision>
</Version>
</release>
<repository>
Expand Down
14 changes: 14 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,20 @@ 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.3.0 documentation
* link:/docs/2.3.0/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/2.3.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
* link:/docs/2.3.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
* link:/docs/2.3.0/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
* link:/docs/2.3.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]

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

== Apache OpenNLP 2.1.1 documentation
* link:/docs/2.1.1/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/2.1.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
Expand Down
44 changes: 44 additions & 0 deletions src/main/jbake/content/news/release-230.ad
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
////
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.0 released
Apache OpenNLP
2023-07-31
: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.0.

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

It is a maintenance release with dependency upgrades, removal of deprecated methods, and bug fixes. It also raises the minimum Java version to 17.

For a full list please see the list of items addressed in link:https://issues.apache.org/jira/browse/OPENNLP-1483?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%202.3.0[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.2.0
opennlp.next.version=2.2.1-SNAPSHOT
opennlp.version=2.3.0
opennlp.next.version=2.3.1-SNAPSHOT

0 comments on commit fc984f3

Please sign in to comment.