This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new d83634aa Automatic Site Publish by Buildbot
d83634aa is described below
commit d83634aacb04dc0d5d13c054ef4ab70880c01fd0
Author: buildbot <[email protected]>
AuthorDate: Fri Nov 8 08:21:22 2024 +0000
Automatic Site Publish by Buildbot
---
feed.xml | 4 +--
gradle-dependency.html | 36 ++++++++++++++-------
maven-dependency.html | 36 +++++++++++++++------
release-model.html | 51 +++++++++++++++++++++--------
release.html | 88 ++++++++++++++++++++++++++++++++++++--------------
5 files changed, 153 insertions(+), 62 deletions(-)
diff --git a/feed.xml b/feed.xml
index 4a888082..81711d6c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -24,8 +24,8 @@
<atom:link href="https://opennlp.apache.org/feed.xml" rel="self"
type="application/rss+xml" />
<description>The Apache OpenNLP library is a machine learning based
toolkit for the processing of natural language text</description>
<language>en-us</language>
- <pubDate>Tue, 29 Oct 2024 04:34:28 +0000</pubDate>
- <lastBuildDate>Tue, 29 Oct 2024 04:34:28 +0000</lastBuildDate>
+ <pubDate>Fri, 8 Nov 2024 08:20:33 +0000</pubDate>
+ <lastBuildDate>Fri, 8 Nov 2024 08:20:33 +0000</lastBuildDate>
<item>
<title>New OpenNLP Pre-trained Models released</title>
diff --git a/gradle-dependency.html b/gradle-dependency.html
index efb3f5ec..e716a2ef 100644
--- a/gradle-dependency.html
+++ b/gradle-dependency.html
@@ -154,10 +154,11 @@ all transient dependencies are resolved automatically.</p>
<li><a href="#latest_release">Latest Release</a>
<ul class="sectlevel2">
<li><a href="#opennlp_tools_dependency">OpenNLP Tools Dependency</a></li>
+<li><a href="#opennlp_tools_models_dependency">OpenNLP Tools Models
Dependency</a></li>
<li><a href="#opennlp_dl_dependency">OpenNLP DL Dependency</a></li>
+<li><a href="#opennlp_dl_gpu_dependency">OpenNLP DL GPU Dependency</a></li>
<li><a href="#opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</a></li>
<li><a href="#opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</a></li>
-<li><a href="#opennlp_brat_annotator_dependency">OpenNLP Brat Annotator
Dependency</a></li>
</ul>
</li>
<li><a href="#snapshots">SNAPSHOTS</a>
@@ -185,6 +186,19 @@ all transient dependencies are resolved automatically.</p>
</div>
</div>
<div class="sect2">
+<h3 id="opennlp_tools_models_dependency">OpenNLP Tools Models Dependency</h3>
+<div class="paragraph">
+<p>To use the OpenNLP Tools Models define the following dependency:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code>dependencies {
+ implementation group: 'org.apache.opennlp', name: 'opennlp-tools-models',
version: '2.4.0'
+}</code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
<h3 id="opennlp_dl_dependency">OpenNLP DL Dependency</h3>
<div class="paragraph">
<p>To use the OpenNLP DL define the following dependency:</p>
@@ -198,40 +212,40 @@ all transient dependencies are resolved automatically.</p>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</h3>
+<h3 id="opennlp_dl_gpu_dependency">OpenNLP DL GPU Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
+<p>To use the OpenNLP DL GPU define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code>dependencies {
- implementation group: 'org.apache.opennlp', name: 'opennlp-uima', version:
'2.4.0'
+ implementation group: 'org.apache.opennlp', name: 'opennlp-dl-gpu', version:
'2.4.0'
}</code></pre>
</div>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</h3>
+<h3 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP Morfologik-Addon define the following dependency:</p>
+<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code>dependencies {
- implementation group: 'org.apache.opennlp', name:
'opennlp-morfologik-addon', version: '2.4.0'
+ implementation group: 'org.apache.opennlp', name: 'opennlp-uima', version:
'2.4.0'
}</code></pre>
</div>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_brat_annotator_dependency">OpenNLP Brat Annotator
Dependency</h3>
+<h3 id="opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
+<p>To use the OpenNLP Morfologik-Addon define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code>dependencies {
- implementation group: 'org.apache.opennlp', name: 'opennlp-brat-annotator',
version: '2.4.0'
+ implementation group: 'org.apache.opennlp', name:
'opennlp-morfologik-addon', version: '2.4.0'
}</code></pre>
</div>
</div>
@@ -249,7 +263,7 @@ all transient dependencies are resolved automatically.</p>
<div class="listingblock">
<div class="content">
<pre>dependencies {
- implementation group: 'org.apache.opennlp', name: 'opennlp-tools', version:
'2.2.1-SNAPSHOT'
+ implementation group: 'org.apache.opennlp', name: 'opennlp-tools', version:
'2.5.1-SNAPSHOT'
}</pre>
</div>
</div>
diff --git a/maven-dependency.html b/maven-dependency.html
index d0868a86..8efa7450 100644
--- a/maven-dependency.html
+++ b/maven-dependency.html
@@ -154,10 +154,11 @@ all transient dependencies are resolved automatically.</p>
<li><a href="#latest_release">Latest Release</a>
<ul class="sectlevel2">
<li><a href="#opennlp_tools_dependency">OpenNLP Tools Dependency</a></li>
+<li><a href="#opennlp_tools_models_dependency">OpenNLP Tools Models
Dependency</a></li>
<li><a href="#opennlp_dl_dependency">OpenNLP DL Dependency</a></li>
+<li><a href="#opennlp_dl_gpu_dependency">OpenNLP DL GPU Dependency</a></li>
<li><a href="#opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</a></li>
<li><a href="#opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</a></li>
-<li><a href="#opennlp_brat_annotator_dependency">OpenNLP Brat Annotator
Dependency</a></li>
</ul>
</li>
<li><a href="#snapshots">SNAPSHOTS</a>
@@ -187,6 +188,21 @@ all transient dependencies are resolved automatically.</p>
</div>
</div>
<div class="sect2">
+<h3 id="opennlp_tools_models_dependency">OpenNLP Tools Models Dependency</h3>
+<div class="paragraph">
+<p>To use the OpenNLP Tools Models define the following dependency:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code data-lang="xml"><dependency>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-tools-models</artifactId>
+ <version>2.4.0</version>
+</dependency></code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
<h3 id="opennlp_dl_dependency">OpenNLP DL Dependency</h3>
<div class="paragraph">
<p>To use the OpenNLP DL define the following dependency:</p>
@@ -202,45 +218,45 @@ all transient dependencies are resolved automatically.</p>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</h3>
+<h3 id="opennlp_dl_gpu_dependency">OpenNLP DL GPU Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
+<p>To use the OpenNLP DL GPU define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code data-lang="xml"><dependency>
<groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-uima</artifactId>
+ <artifactId>opennlp-dl-gpu</artifactId>
<version>2.4.0</version>
</dependency></code></pre>
</div>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</h3>
+<h3 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators
Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP Morfologik-Addon define the following dependency:</p>
+<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code data-lang="xml"><dependency>
<groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-morfologik-addon</artifactId>
+ <artifactId>opennlp-uima</artifactId>
<version>2.4.0</version>
</dependency></code></pre>
</div>
</div>
</div>
<div class="sect2">
-<h3 id="opennlp_brat_annotator_dependency">OpenNLP Brat Annotator
Dependency</h3>
+<h3 id="opennlp_morfologik_addon_dependency">OpenNLP Morfologik AddOn
Dependency</h3>
<div class="paragraph">
-<p>To use the OpenNLP UIMA Annotators define the following dependency:</p>
+<p>To use the OpenNLP Morfologik-Addon define the following dependency:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="prettyprint highlight"><code data-lang="xml"><dependency>
<groupId>org.apache.opennlp</groupId>
- <artifactId>opennlp-brat-annotator</artifactId>
+ <artifactId>opennlp-morfologik-addon</artifactId>
<version>2.4.0</version>
</dependency></code></pre>
</div>
diff --git a/release-model.html b/release-model.html
index 78db7a75..bd7c1aa4 100644
--- a/release-model.html
+++ b/release-model.html
@@ -138,7 +138,30 @@
<div class="container">
<h1 class="title">Making a model release</h1>
- <div class="sect1">
+ <div id="toc" class="toc">
+<div id="toctitle">Content</div>
+<ul class="sectlevel1">
+<li><a href="#release_preparation">Release Preparation</a></li>
+<li><a href="#steps_for_the_release_manager">Steps for the Release
Manager</a></li>
+<li><a href="#release_steps">Release Steps</a>
+<ul class="sectlevel2">
+<li><a href="#perform_the_model_release">Perform the Model Release</a></li>
+<li><a href="#check_the_model_release_artifacts">Check the Model Release
Artifacts</a></li>
+<li><a href="#create_a_vote_thread">Create a VOTE Thread</a></li>
+</ul>
+</li>
+<li><a href="#after_a_successful_vote">After a Successful Vote</a>
+<ul class="sectlevel2">
+<li><a href="#commit_distribution_to_svn">Commit Distribution to SVN</a></li>
+<li><a href="#delete_old_model_releases">Delete Old Model Release(s)</a></li>
+<li><a href="#update_the_website">Update the Website</a></li>
+<li><a href="#post_release_steps">Post-Release Steps</a></li>
+</ul>
+</li>
+<li><a href="#after_an_unsuccessful_vote">After an Unsuccessful Vote</a></li>
+</ul>
+</div>
+<div class="sect1">
<h2 id="release_preparation">Release Preparation</h2>
<div class="sectionbody">
<div class="ulist">
@@ -207,9 +230,7 @@ svn commit -m "Added Key for <name>" KEYS</pre>
</ul>
</div>
<div class="sect2">
-<h3 id="successful_model_release_preparation">Successful Model Release
Preparation</h3>
-<div class="sect3">
-<h4 id="perform_the_model_release">Perform the Model Release</h4>
+<h3 id="perform_the_model_release">Perform the Model Release</h3>
<div class="ulist">
<ul>
<li>
@@ -261,7 +282,6 @@ svn commit --username <username> -m "Adding Release
Candidate for OpenNLP
<div class="paragraph">
<p>Make sure to adhere to the model naming conventions.</p>
</div>
-</div>
<div class="sect3">
<h4 id="model_naming_conventions">Model Naming Conventions</h4>
<div class="ulist">
@@ -270,13 +290,16 @@ svn commit --username <username> -m "Adding Release
Candidate for OpenNLP
<p>The filenames of each model signify the model language, type, <a
href="https://universaldependencies.org/" target="_blank"
rel="noopener">Universal Dependency training data</a> used, and version
numbers.</p>
</li>
<li>
-<p>The filename format is
<code>opennlp-[iso-language-code]-ud-[corpus]-[model-type]-[model-version]-[opennlp-version-used-for-training].bin</code>.</p>
+<p>The filename format is<br>
+<code>opennlp-[iso-language-code]-ud-[corpus]-[model-type]-[model-version]-[opennlp-version-used-for-training].bin</code>.</p>
</li>
<li>
-<p>The evaluation logs must be zipped and adhere to the following format:
<code>opennlp-training-eval-logs-[model-version]-[opennlp-version-used-for-training].zip</code>.
It contains the evaluation logs for trained models.</p>
+<p>The evaluation logs must be zipped and adhere to the following format:<br>
+<code>opennlp-training-eval-logs-[model-version]-[opennlp-version-used-for-training].zip</code>.
It contains the evaluation logs for trained models.</p>
</li>
<li>
-<p>For example, the model file <code>opennlp-de-ud-gsd-pos-1.0-1.9.3</code> is
German language, trained on the UD GSD corpus, and is a parts-of-speech model.
It is version 1.0 of the model, and it was trained using OpenNLP 1.9.3.</p>
+<p>For example, the model file <code>opennlp-de-ud-gsd-pos-1.1-2.4.0</code> is
German language, trained on the UD GSD corpus, and is a parts-of-speech model.
+It is version 1.1 of the model, and it was trained using OpenNLP 2.4.0.</p>
</li>
</ul>
</div>
@@ -293,8 +316,9 @@ If other training data is used, the abbreviation
<code>ud</code> needs to be adj
</table>
</div>
</div>
-<div class="sect3">
-<h4 id="check_the_model_release_artifacts">Check the Model Release
Artifacts</h4>
+</div>
+<div class="sect2">
+<h3 id="check_the_model_release_artifacts">Check the Model Release
Artifacts</h3>
<div class="paragraph">
<p>Perform basic checks against the release binary:</p>
</div>
@@ -309,8 +333,8 @@ If other training data is used, the abbreviation
<code>ud</code> needs to be adj
</ul>
</div>
</div>
-<div class="sect3">
-<h4 id="create_a_vote_thread">Create a VOTE Thread</h4>
+<div class="sect2">
+<h3 id="create_a_vote_thread">Create a VOTE Thread</h3>
<div class="ulist">
<ul>
<li>
@@ -351,7 +375,6 @@ Thanks!</pre>
</div>
</div>
</div>
-</div>
<div class="sect1">
<h2 id="after_a_successful_vote">After a Successful Vote</h2>
<div class="sectionbody">
@@ -397,7 +420,7 @@ svn commit --username <username> -m "Adding OpenNLP
Models <version>
<div class="content">
<pre>= <MODEL_TYPE> Models for Apache OpenNLP released
Apache OpenNLP
-2022-01-03
+2024-11-01
:jbake-type: post
:jbake-tags: community
:jbake-status: published
diff --git a/release.html b/release.html
index 631be5c5..4cb8e6d4 100644
--- a/release.html
+++ b/release.html
@@ -138,7 +138,34 @@
<div class="container">
<h1 class="title">Making a release</h1>
- <div class="sect1">
+ <div id="toc" class="toc">
+<div id="toctitle">Content</div>
+<ul class="sectlevel1">
+<li><a href="#release_preparation">Release Preparation</a></li>
+<li><a href="#steps_for_the_release_manager">Steps for the Release
Manager</a></li>
+<li><a href="#release_steps">Release Steps</a>
+<ul class="sectlevel2">
+<li><a href="#maven_release_preparation">Maven Release Preparation</a></li>
+<li><a href="#perform_the_release">Perform the Release</a></li>
+<li><a href="#put_the_artifacts_to_distdev">Put the artifacts to
dist/dev</a></li>
+<li><a href="#check_the_release_artifacts">Check the Release Artifacts</a></li>
+<li><a href="#create_a_vote_thread">Create a VOTE Thread</a></li>
+</ul>
+</li>
+<li><a href="#after_a_successful_vote">After a Successful Vote</a>
+<ul class="sectlevel2">
+<li><a href="#release_nexus_staging_repository">Release Nexus Staging
Repository</a></li>
+<li><a href="#merge_the_release_branch">Merge the Release Branch</a></li>
+<li><a href="#commit_distribution_to_svn">Commit Distribution to SVN</a></li>
+<li><a href="#delete_old_releases">Delete Old Release(s)</a></li>
+<li><a href="#update_the_website">Update the Website</a></li>
+<li><a href="#post_release_steps">Post-Release Steps</a></li>
+</ul>
+</li>
+<li><a href="#after_an_unsuccessful_vote">After an Unsuccessful Vote</a></li>
+</ul>
+</div>
+<div class="sect1">
<h2 id="release_preparation">Release Preparation</h2>
<div class="sectionbody">
<div class="ulist">
@@ -255,64 +282,76 @@ svn commit -m "Added Key for <name>" KEYS</pre>
<div class="sect1">
<h2 id="release_steps">Release Steps</h2>
<div class="sectionbody">
+<div class="sect2">
+<h3 id="maven_release_preparation">Maven Release Preparation</h3>
<div class="ulist">
<ul>
<li>
-<p>Checkout the Apache OpenNLP main branch: <code>git clone <a
href="mailto:[email protected]">[email protected]</a>:apache/opennlp.git</code></p>
+<p>Checkout the Apache OpenNLP main branch:<br>
+<code>git clone <a
href="mailto:[email protected]">[email protected]</a>:apache/opennlp.git</code></p>
</li>
<li>
-<p>(Optional) Execute a complete test (it can take several hours): <code>mvn
test -DOPENNLP_DATA_DIR=/path/to/opennlp-test-data/ -Peval-tests</code></p>
+<p>(Optional) Execute a complete test (it can take several hours):<br>
+<code>mvn test -DOPENNLP_DATA_DIR=/path/to/opennlp-test-data/
-Peval-tests</code></p>
</li>
<li>
-<p>Check the current results of the eval build on the ASF Jenkins CI: <a
href="https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/"
class="bare">https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/</a></p>
+<p>Check the current results of the eval build on the ASF Jenkins CI:<br>
+<a href="https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/"
class="bare">https://ci-builds.apache.org/job/OpenNLP/job/eval-tests/</a></p>
</li>
<li>
-<p>Do a trial build: <code>mvn package -Papache-release,apache-gpg</code></p>
+<p>Do a trial build:<br>
+<code>mvn package -Papache-release,apache-gpg</code></p>
</li>
<li>
<p>Switch to a new branch with a format like
<strong>rel-opennlp-x.y.z.</strong>.</p>
</li>
<li>
-<p>Prepare the release: <code>mvn release:prepare -Papache-gpg</code> Answer
the questions appropriately. The tag name format should be
<strong>opennlp-x.y.z</strong>.
-This command creates and pushes two new commits to the repository to reflect
the version changes. It also tags the release and pushes the branch.</p>
+<p>Prepare the release:<br>
+<code>mvn release:prepare -Papache-release,apache-gpg</code> and answer the
questions appropriately.<br>
+The tag name format should be <strong>opennlp-x.y.z</strong>. This command
creates and pushes two new commits to the repository to reflect the version
changes. It also tags the release and pushes the branch.</p>
</li>
<li>
-<p>Start an eval build for the tag via <a
href="https://ci-builds.apache.org/job/OpenNLP/job/eval-tests-releases/"
class="bare">https://ci-builds.apache.org/job/OpenNLP/job/eval-tests-releases/</a>
(build can take several hours)</p>
+<p>Start an eval build for the tag via<br>
+<a href="https://ci-builds.apache.org/job/OpenNLP/job/eval-tests-releases/"
class="bare">https://ci-builds.apache.org/job/OpenNLP/job/eval-tests-releases/</a>
(build can take several hours)</p>
</li>
</ul>
</div>
+</div>
<div class="sect2">
-<h3 id="successful_maven_release_preparation">Successful Maven Release
Preparation</h3>
-<div class="sect3">
-<h4 id="perform_the_release">Perform the Release</h4>
+<h3 id="perform_the_release">Perform the Release</h3>
<div class="ulist">
<ul>
<li>
-<p>Perform the release: <code>mvn release:perform -Papache-gpg</code></p>
+<p>Perform the release:<br>
+<code>mvn release:perform -Papache-release,apache-gpg</code></p>
</li>
<li>
<p>This creates a staged repository at <a
href="https://repository.apache.org/#stagingRepositories"
class="bare">https://repository.apache.org/#stagingRepositories</a></p>
</li>
<li>
-<p>Check the staged repository and if all looks well, close the staging
repository but do <strong>not</strong> promote or release it at this time.</p>
+<p>Check the staged repository and if all looks well.</p>
+</li>
+<li>
+<p>Close the staging repository but do <strong>not</strong> promote or release
it at this time.</p>
</li>
<li>
<p>The build results are in <code>opennlp/target/checkout/target</code>. Do
not modify or delete these files.</p>
</li>
</ul>
</div>
-<div class="sect4">
-<h5 id="put_the_artifacts_to_distdev">Put the artifacts to dist/dev</h5>
+</div>
+<div class="sect2">
+<h3 id="put_the_artifacts_to_distdev">Put the artifacts to dist/dev</h3>
<div class="ulist">
<ul>
<li>
-<p>Next, checkout the svn dist dev space from <a
href="https://dist.apache.org/repos/dist/dev/opennlp/"
class="bare">https://dist.apache.org/repos/dist/dev/opennlp/</a></p>
+<p>Next, checkout the <strong>svn</strong> dist dev space from <a
href="https://dist.apache.org/repos/dist/dev/opennlp/"
class="bare">https://dist.apache.org/repos/dist/dev/opennlp/</a></p>
</li>
<li>
<p>Create a new folder <code>opennlp-x.y.z</code>.</p>
</li>
<li>
-<p>Add the files from <code>opennlp/target/checkout/target</code> to this
folder.</p>
+<p>Add all <code>*-src.*</code> and <code>*-bin.*</code> files
from <code>opennlp/opennlp-distr/target</code> to newly created folder.</p>
</li>
<li>
<p>Commit the change set to the dist area. Check that the files are present in
<a href="https://dist.apache.org/repos/dist/dev/opennlp/opennlp-x.y.z"
class="bare">https://dist.apache.org/repos/dist/dev/opennlp/opennlp-x.y.z</a></p>
@@ -320,9 +359,8 @@ This command creates and pushes two new commits to the
repository to reflect the
</ul>
</div>
</div>
-</div>
-<div class="sect3">
-<h4 id="check_the_release_artifacts">Check the Release Artifacts</h4>
+<div class="sect2">
+<h3 id="check_the_release_artifacts">Check the Release Artifacts</h3>
<div class="paragraph">
<p>Perform basic checks against the release binary:</p>
</div>
@@ -363,8 +401,8 @@ gpg --homedir . --output apache-opennlp-x.y.z-src.tar.gz
--decrypt apache-openn
</ul>
</div>
</div>
-<div class="sect3">
-<h4 id="create_a_vote_thread">Create a VOTE Thread</h4>
+<div class="sect2">
+<h3 id="create_a_vote_thread">Create a VOTE Thread</h3>
<div class="ulist">
<ul>
<li>
@@ -441,7 +479,6 @@ Thanks!
</div>
</div>
</div>
-</div>
<div class="sect1">
<h2 id="after_a_successful_vote">After a Successful Vote</h2>
<div class="sectionbody">
@@ -548,11 +585,12 @@ opennlp.next.version=</code></pre>
</div>
<div class="listingblock">
<div class="content">
-<pre>### Apache OpenNLP ${previous.release} documentation
+<pre>=== Apache OpenNLP ${previous.release} 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-brat-annotator/index.html[Apache
OpenNLP BRAT Annotator Javadoc]
*
link:/docs/${previous.release}/apidocs/opennlp-morfologik-addon/index.html[Apache
OpenNLP Morfologik Addon Javadoc]</pre>
</div>
</div>