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 4da6e316 Automatic Site Publish by Buildbot
4da6e316 is described below

commit 4da6e31625d86f096fe43da16ce0bf385912af3d
Author: buildbot <[email protected]>
AuthorDate: Fri Jun 9 15:12:32 2023 +0000

    Automatic Site Publish by Buildbot
---
 books-tutorials-and-talks.html |  2 +-
 building.html                  | 22 +++++++++-------------
 code-conventions.html          | 19 +++++++++++++++----
 faq.html                       | 12 ++++++------
 feed.xml                       | 38 +++++++++++++++++++-------------------
 get-involved.html              |  2 +-
 maven-dependency.html          |  2 +-
 models.html                    | 10 +++++++---
 news/model-langdetect-183.html |  8 ++++----
 news/release-152.html          |  4 ++--
 news/release-153.html          |  4 ++--
 news/release-160.html          |  4 ++--
 news/release-170.html          |  6 +++---
 news/release-171.html          |  4 ++--
 news/release-172.html          |  4 ++--
 powered-by-opennlp.html        |  4 ++--
 release.html                   | 12 ++++++------
 17 files changed, 84 insertions(+), 73 deletions(-)

diff --git a/books-tutorials-and-talks.html b/books-tutorials-and-talks.html
index 1ba170b0..529e4088 100644
--- a/books-tutorials-and-talks.html
+++ b/books-tutorials-and-talks.html
@@ -212,7 +212,7 @@ Berlin Germany, June 12, 2017
 <a 
href="https://www.youtube.com/watch?v=ZrWxySF-9KY&amp;index=34&amp;list=PLq-odUc2x7i-9Nijx-WfoRMoAfHC9XzTt";
 
class="bare">https://www.youtube.com/watch?v=ZrWxySF-9KY&amp;index=34&amp;list=PLq-odUc2x7i-9Nijx-WfoRMoAfHC9XzTt</a></p>
 </li>
 <li>
-<p><a 
href="http://events.linuxfoundation.org/sites/events/files/slides/Apache2016prezo.pdf";>A
 Deep Text Analysis System based
+<p><a 
href="https://events.linuxfoundation.org/sites/events/files/slides/Apache2016prezo.pdf";>A
 Deep Text Analysis System based
 on OpenNLP</a> Boris Galitsky, ApacheCon Europe 2016, Seville Spain, November 
2016
 <a 
href="https://feathercast.apache.org/2017/03/17/apachecon-seville-2016-a-deep-text-analysis-system-based-on-opennlp-boris-galitsky/";
 
class="bare">https://feathercast.apache.org/2017/03/17/apachecon-seville-2016-a-deep-text-analysis-system-based-on-opennlp-boris-galitsky/</a></p>
 </li>
diff --git a/building.html b/building.html
index 4728f9a5..6037f784 100644
--- a/building.html
+++ b/building.html
@@ -178,12 +178,8 @@ body {
     <div class="sect1">
 <h2 id="last_official">Last Official</h2>
 <div class="sectionbody">
-
-</div>
-</div>
-<div class="sect1">
-<h2 id="prerequisites">Prerequisites</h2>
-<div class="sectionbody">
+<div class="sect2">
+<h3 id="prerequisites">Prerequisites</h3>
 <div class="ulist">
 <ul>
 <li>
@@ -191,7 +187,7 @@ body {
 it will make your development easier.  However, follow on for the brave.</p>
 </li>
 <li>
-<p>At least <a 
href="http://www.oracle.com/technetwork/java/javase/overview/index.html";>JDK 
11</a> is required to compile and run
+<p>At least <a 
href="https://www.oracle.com/technetwork/java/javase/overview/index.html";>JDK 
11</a> is required to compile and run
 the object code.</p>
 </li>
 <li>
@@ -201,10 +197,8 @@ files and assemble the project.</p>
 </ul>
 </div>
 </div>
-</div>
-<div class="sect1">
-<h2 id="build_procedure">Build Procedure</h2>
-<div class="sectionbody">
+<div class="sect2">
+<h3 id="build_procedure">Build Procedure</h3>
 <div class="paragraph">
 <p>OpenNLP can either be build from the distributed sources or from
 a subversion checkout. These build instructions document how
@@ -246,8 +240,10 @@ For example type: <code>mvn clean install 
-Dmaven.test.skip=true</code></p>
 </div>
 <div class="paragraph">
 <p>It might happen from time to time that the build fails,
-if so please report a broken build on the opennlp-dev mailing
-list. The build should always work for everyone.</p>
+if so please report a broken build on the <em>opennlp-dev</em>
+<a href="mailto:[email protected]";>mailing
+list</a>. The build should always work for everyone.</p>
+</div>
 </div>
 </div>
 </div>
diff --git a/code-conventions.html b/code-conventions.html
index a534de79..db2832c2 100644
--- a/code-conventions.html
+++ b/code-conventions.html
@@ -184,7 +184,7 @@ is contributed to the project should adhere to these 
guidelines.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Use 2 spaces for indentation. No tabs!</p>
+<p>Use <em>2</em> spaces for indentation. <em>No</em> tabs!</p>
 </li>
 <li>
 <p>Place open braces on the same line as the declaration, for example:</p>
@@ -231,17 +231,26 @@ is contributed to the project should adhere to these 
guidelines.</p>
 <p>Methods</p>
 </li>
 <li>
-<p>Do not use package imports (for example import org.apache.opennlp.*)</p>
+<p>Do <em>not</em> use package imports, for example:</p>
+<div class="ulist">
+<ul>
+<li>
+<p><code>import org.apache.opennlp.*</code></p>
+</li>
+</ul>
+</div>
 </li>
 <li>
 <p>For other cases, we try to follow
-<a href="http://www.oracle.com/technetwork/java/codeconv-138413.html";>Java 
code conventions</a> as much as possible.</p>
+<a 
href="https://www.oracle.com/java/technologies/cc-java-programming-language.html";>Java
 code conventions</a> as much as possible.</p>
 </li>
 </ul>
 </div>
 </div>
 </div>
-<h1 id="formatter_and_style_files" class="sect0">Formatter and Style files</h1>
+<div class="sect1">
+<h2 id="formatter_and_style_files">Formatter and Style files</h2>
+<div class="sectionbody">
 <div class="ulist">
 <ul>
 <li>
@@ -252,6 +261,8 @@ is contributed to the project should adhere to these 
guidelines.</p>
 </li>
 </ul>
 </div>
+</div>
+</div>
 
 </div>
 
diff --git a/faq.html b/faq.html
index 0c4d473b..119c907f 100644
--- a/faq.html
+++ b/faq.html
@@ -182,7 +182,7 @@ body {
 <dl>
 
   <dt>Where can I download the models used in OpenNLP?</dt>
-  <dd>They are hosted <a href="http://opennlp.sourceforge.net/models-1.5/";>at 
SourceForge</a>.</dd>
+  <dd>They are hosted at <a 
href="https://opennlp.sourceforge.net/models-1.5/";>SourceForge</a>.</dd>
 
   <dt></dt>
   <dd></dd>
@@ -191,11 +191,11 @@ body {
   <dd>To train the name finder model you need training data that contains the 
entities you would
   like to detect.
 Have a look at our manual, in special the sections under the
-<a href="/docs/2.1.1/manual/opennlp.html#tools.namefind.training">Name Finder 
Training API</a>.
+<a href="/docs/2.2.0/manual/opennlp.html#tools.namefind.training">Name Finder 
Training API</a>.
 At the beginning of that section you can see how the data has to be marked up. 
Please note you that you need many sentences to successfully train the name 
finder.</dd>
 
   <dt>How can I speed up my MaxEnt training time</dt>
-  <dd>Try tweaking the value of <a 
href="/docs/2.1.1/apidocs/opennlp-tools/opennlp/tools/util/TrainingParameters.html#THREADS_PARAM">TrainingParameters.THREADS_PARAM</a>.</dd>
+  <dd>Try tweaking the value of <a 
href="/docs/2.2.0/apidocs/opennlp-tools/opennlp/tools/util/TrainingParameters.html#THREADS_PARAM">TrainingParameters.THREADS_PARAM</a>.</dd>
 
   <dt>Will my models trained with a previous version of OpenNLP still work 
with a newer version?</dt>
   <dd>You should expect it to work. The corpora used is normally the same. 
However, the behavior may
@@ -206,15 +206,15 @@ information about model compatibility.</dd>
   <dt><strong>Is there a commercial license for OpenNLP?</strong></dt>
   <dd>OpenNLP is licensed under the business-friendly Apache software license,
 version 2.0. You can read the license
-<a href="http://www.apache.org/licenses/LICENSE-2.0";>here</a>
+<a href="https://www.apache.org/licenses/LICENSE-2.0";>here</a>
 or <a href="https://en.wikipedia.org/wiki/Apache_License";>its Wikipedia 
page</a>
 for more information.</dd>
 
   <dt><strong>How can I start contributing to this project?</strong></dt>
   <dd>Have a look at our <a href="/get-involved.html">Getting Involved</a> 
page.
 We have a list of issues needing help there, as well as instructions to get 
started
-contributing to OpenNLP. You may also consider making
-<a href="https://www.apache.org/foundation/contributing.html";>a donation to 
the Apache Software Foundation</a>.</dd>
+contributing to OpenNLP. You may also consider making a
+<a href="https://www.apache.org/foundation/contributing.html";>donation to the 
Apache Software Foundation</a>.</dd>
 
 </dl>
 <div class="paragraph">
diff --git a/feed.xml b/feed.xml
index eb39a8b2..01db9986 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>Thu, 8 Jun 2023 22:17:55 +0000</pubDate>
-    <lastBuildDate>Thu, 8 Jun 2023 22:17:55 +0000</lastBuildDate>
+    <pubDate>Fri, 9 Jun 2023 15:12:15 +0000</pubDate>
+    <lastBuildDate>Fri, 9 Jun 2023 15:12:15 +0000</lastBuildDate>
 
     <item>
       <title>Apache OpenNLP 2.2.0 released</title>
@@ -644,17 +644,17 @@ See the models&apos; README for more information on the 
models including how eac
 The Language Detector Model can detect 103 languages and outputs ISO 639-3 
codes.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;Apache OpenNLP model and reports are available for download from our 
model download page:
-&lt;a href=&quot;http://opennlp.apache.org/models.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/models.html&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;Apache OpenNLP model and reports are available for download from our
+&lt;a href=&quot;https://opennlp.apache.org/models.html&quot;&gt;model 
download page&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;This is the first release of the Language Detector Model. It is 
compatible with Apache OpenNLP 1.8.3 or better.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;It is important to note that this model is trained for and works well 
with longer texts that have at least 2 sentences or more from the same 
language.&lt;/p&gt;
+&lt;p&gt;It is important to note that this model is trained for and works well 
with longer texts that have at least two sentences or more from the same 
language.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;More information about this release can be found in the README.txt at:
+&lt;p&gt;More information about this release can be found in the 
&lt;em&gt;README.txt&lt;/em&gt; at:
 &lt;a 
href=&quot;https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt&quot;
 
class=&quot;bare&quot;&gt;https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
@@ -1049,10 +1049,10 @@ This issue was discovered by Nishil Shah of 
Salesforce.&lt;/p&gt;
 &lt;p&gt;It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP 1.7.2 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;http://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP 1.7.2 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;https://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;http://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;https://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
@@ -1123,10 +1123,10 @@ notes.&lt;/pre&gt;
 &lt;p&gt;It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP 1.7.1 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;http://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP 1.7.1 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;https://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;http://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;https://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
@@ -1197,16 +1197,16 @@ For a complete list of fixed bugs and improvements 
please see the RELEASE_NOTES
 &lt;p&gt;It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP 1.7.0 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;http://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP 1.7.0 binary and source distributions are available for 
download from our download page: &lt;a 
href=&quot;https://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;http://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details: &lt;a 
href=&quot;https://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;This release introduces many new features, improvements and bug 
fixes. The API has been improved for a better consistency and deprecated 
methods were removed. Now Java 1.8 and Maven 3.3.9 are required.&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
-&lt;p&gt;Additionally the release contains the following noteworthy 
changes:&lt;/p&gt;
+&lt;p&gt;Additionally, the release contains the following noteworthy 
changes:&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;ulist&quot;&gt;
 &lt;ul&gt;
@@ -1274,11 +1274,11 @@ named entity extraction, chunking, parsing, and 
coreference resolution.&lt;/p&gt
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP 1.6.0 binary and source distributions are available for 
download from our download page:
-&lt;a href=&quot;http://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;a href=&quot;https://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details:
-&lt;a href=&quot;http://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;a href=&quot;https://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;This release introduces many new features, improvements and bug 
fixes. The API
@@ -1353,11 +1353,11 @@ named entity extraction, chunking, parsing, and 
coreference resolution.&lt;/p&gt
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP 1.5.3 binary and source distributions are available for 
download from our download page:
-&lt;a href=&quot;http://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;a href=&quot;https://opennlp.apache.org/cgi-bin/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/cgi-bin/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP library is distributed by Maven Central as well. See the 
Maven Dependency page for more details:
-&lt;a href=&quot;http://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;a href=&quot;https://opennlp.apache.org/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://opennlp.apache.org/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;This release contains a couple of new features, improvements and bug 
fixes. The CLI
@@ -1454,12 +1454,12 @@ and coreference resolution.&lt;/p&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP 1.5.2-incubating binary and source distributions are 
available for download
 from our download page:
-&lt;a href=&quot;http://incubator.apache.org/opennlp/download.cgi&quot; 
class=&quot;bare&quot;&gt;http://incubator.apache.org/opennlp/download.cgi&lt;/a&gt;&lt;/p&gt;
+&lt;a href=&quot;https://incubator.apache.org/opennlp/download.cgi&quot; 
class=&quot;bare&quot;&gt;https://incubator.apache.org/opennlp/download.cgi&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;The OpenNLP library is distributed by Maven Central as well.
 See the Maven Dependency page for more details:
-&lt;a 
href=&quot;http://incubator.apache.org/opennlp/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;http://incubator.apache.org/opennlp/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
+&lt;a 
href=&quot;https://incubator.apache.org/opennlp/maven-dependency.html&quot; 
class=&quot;bare&quot;&gt;https://incubator.apache.org/opennlp/maven-dependency.html&lt;/a&gt;&lt;/p&gt;
 &lt;/div&gt;
 &lt;div class=&quot;paragraph&quot;&gt;
 &lt;p&gt;This release contains a couple of new features, improvements and bug 
fixes.
diff --git a/get-involved.html b/get-involved.html
index a1783c92..b5a7e813 100644
--- a/get-involved.html
+++ b/get-involved.html
@@ -265,7 +265,7 @@ the project as a committer from the <a 
href="https://incubator.apache.org/guides
 <h2 id="open_tasks">Open Tasks</h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Please see the <a 
href="https://issues.apache.org/jira/browse/OPENNLP";>Apache OpenNLP JIRA</a> 
for a list of tasks. If you would like to work on a task, please email the 
developers mailing list and request to do so. You will then be assigned the 
issue in JIRA.</p>
+<p>Please see the Apache OpenNLP <a 
href="https://issues.apache.org/jira/browse/OPENNLP";>JIRA</a> for a list of 
tasks. If you would like to work on a task, please email the developers mailing 
list and request to do so. You will then be assigned the issue in JIRA.</p>
 </div>
 </div>
 </div>
diff --git a/maven-dependency.html b/maven-dependency.html
index cc531202..b70b2f1d 100644
--- a/maven-dependency.html
+++ b/maven-dependency.html
@@ -179,7 +179,7 @@ body {
 <div class="sectionbody">
 <div class="paragraph">
 <p>Apache OpenNLP is also distributed via the Maven Central Repository and
-the maven artifacts are located <a 
href="http://repo1.maven.org/maven2/org/apache/opennlp/";>here</a>.</p>
+the maven artifacts are located <a 
href="https://repo1.maven.org/maven2/org/apache/opennlp/";>here</a>.</p>
 </div>
 <div class="paragraph">
 <p>The Apache OpenNLP project publishes the library, javadoc and source code 
jars.</p>
diff --git a/models.html b/models.html
index 6789fe3b..fabeab57 100644
--- a/models.html
+++ b/models.html
@@ -431,13 +431,17 @@ be found <a 
href="https://www.apache.org/dev/release-signing.html";>here</a>.</p>
 </div>
 </div>
 </div>
-<h1 id="sourceforge_models" class="sect0">SourceForge Models</h1>
+<div class="sect1">
+<h2 id="sourceforge_models">SourceForge Models</h2>
+<div class="sectionbody">
 <div class="paragraph">
-<p>The models on Sourceforge for 1.5.0 are <a 
href="http://opennlp.sourceforge.net/models-1.5/";>found here</a>
+<p>The models on Sourceforge for 1.5.0 are <a 
href="https://opennlp.sourceforge.net/models-1.5/";>found here</a>
 and are fully compatible with Apache OpenNLP 2.2.0.</p>
 </div>
 <div class="paragraph">
-<p>The models can be used for testing or getting started, please train your 
own models for all other use cases.</p>
+<p>The models can be used for testing or getting started. Please train your 
own models for all other use cases.</p>
+</div>
+</div>
 </div>
 
 </div>
diff --git a/news/model-langdetect-183.html b/news/model-langdetect-183.html
index a2107a3a..932e1543 100644
--- a/news/model-langdetect-183.html
+++ b/news/model-langdetect-183.html
@@ -183,17 +183,17 @@ body {
 The Language Detector Model can detect 103 languages and outputs ISO 639-3 
codes.</p>
 </div>
 <div class="paragraph">
-<p>Apache OpenNLP model and reports are available for download from our model 
download page:
-<a href="http://opennlp.apache.org/models.html"; 
class="bare">http://opennlp.apache.org/models.html</a></p>
+<p>Apache OpenNLP model and reports are available for download from our
+<a href="https://opennlp.apache.org/models.html";>model download page</a></p>
 </div>
 <div class="paragraph">
 <p>This is the first release of the Language Detector Model. It is compatible 
with Apache OpenNLP 1.8.3 or better.</p>
 </div>
 <div class="paragraph">
-<p>It is important to note that this model is trained for and works well with 
longer texts that have at least 2 sentences or more from the same language.</p>
+<p>It is important to note that this model is trained for and works well with 
longer texts that have at least two sentences or more from the same 
language.</p>
 </div>
 <div class="paragraph">
-<p>More information about this release can be found in the README.txt at:
+<p>More information about this release can be found in the <em>README.txt</em> 
at:
 <a 
href="https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt"; 
class="bare">https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt</a></p>
 </div>
 <div class="paragraph">
diff --git a/news/release-152.html b/news/release-152.html
index 81af6d48..c82b2814 100644
--- a/news/release-152.html
+++ b/news/release-152.html
@@ -188,12 +188,12 @@ and coreference resolution.</p>
 <div class="paragraph">
 <p>The OpenNLP 1.5.2-incubating binary and source distributions are available 
for download
 from our download page:
-<a href="http://incubator.apache.org/opennlp/download.cgi"; 
class="bare">http://incubator.apache.org/opennlp/download.cgi</a></p>
+<a href="https://incubator.apache.org/opennlp/download.cgi"; 
class="bare">https://incubator.apache.org/opennlp/download.cgi</a></p>
 </div>
 <div class="paragraph">
 <p>The OpenNLP library is distributed by Maven Central as well.
 See the Maven Dependency page for more details:
-<a href="http://incubator.apache.org/opennlp/maven-dependency.html"; 
class="bare">http://incubator.apache.org/opennlp/maven-dependency.html</a></p>
+<a href="https://incubator.apache.org/opennlp/maven-dependency.html"; 
class="bare">https://incubator.apache.org/opennlp/maven-dependency.html</a></p>
 </div>
 <div class="paragraph">
 <p>This release contains a couple of new features, improvements and bug fixes.
diff --git a/news/release-153.html b/news/release-153.html
index f12aff33..c3c40cc6 100644
--- a/news/release-153.html
+++ b/news/release-153.html
@@ -185,11 +185,11 @@ named entity extraction, chunking, parsing, and 
coreference resolution.</p>
 </div>
 <div class="paragraph">
 <p>The OpenNLP 1.5.3 binary and source distributions are available for 
download from our download page:
-<a href="http://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<a href="https://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">https://opennlp.apache.org/cgi-bin/download.cgi</a></p>
 </div>
 <div class="paragraph">
 <p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details:
-<a href="http://opennlp.apache.org/maven-dependency.html"; 
class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
+<a href="https://opennlp.apache.org/maven-dependency.html"; 
class="bare">https://opennlp.apache.org/maven-dependency.html</a></p>
 </div>
 <div class="paragraph">
 <p>This release contains a couple of new features, improvements and bug fixes. 
The CLI
diff --git a/news/release-160.html b/news/release-160.html
index 3be1bf97..1889c05e 100644
--- a/news/release-160.html
+++ b/news/release-160.html
@@ -185,11 +185,11 @@ named entity extraction, chunking, parsing, and 
coreference resolution.</p>
 </div>
 <div class="paragraph">
 <p>The OpenNLP 1.6.0 binary and source distributions are available for 
download from our download page:
-<a href="http://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<a href="https://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">https://opennlp.apache.org/cgi-bin/download.cgi</a></p>
 </div>
 <div class="paragraph">
 <p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details:
-<a href="http://opennlp.apache.org/maven-dependency.html"; 
class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
+<a href="https://opennlp.apache.org/maven-dependency.html"; 
class="bare">https://opennlp.apache.org/maven-dependency.html</a></p>
 </div>
 <div class="paragraph">
 <p>This release introduces many new features, improvements and bug fixes. The 
API
diff --git a/news/release-170.html b/news/release-170.html
index 67dcb5df..691ce3d9 100644
--- a/news/release-170.html
+++ b/news/release-170.html
@@ -185,16 +185,16 @@ body {
 <p>It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.</p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP 1.7.0 binary and source distributions are available for 
download from our download page: <a 
href="http://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<p>The OpenNLP 1.7.0 binary and source distributions are available for 
download from our download page: <a 
href="https://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">https://opennlp.apache.org/cgi-bin/download.cgi</a></p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="http://opennlp.apache.org/maven-dependency.html"; 
class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
+<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="https://opennlp.apache.org/maven-dependency.html"; 
class="bare">https://opennlp.apache.org/maven-dependency.html</a></p>
 </div>
 <div class="paragraph">
 <p>This release introduces many new features, improvements and bug fixes. The 
API has been improved for a better consistency and deprecated methods were 
removed. Now Java 1.8 and Maven 3.3.9 are required.</p>
 </div>
 <div class="paragraph">
-<p>Additionally the release contains the following noteworthy changes:</p>
+<p>Additionally, the release contains the following noteworthy changes:</p>
 </div>
 <div class="ulist">
 <ul>
diff --git a/news/release-171.html b/news/release-171.html
index e1cfb405..c116d687 100644
--- a/news/release-171.html
+++ b/news/release-171.html
@@ -187,10 +187,10 @@ body {
 <p>It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.</p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP 1.7.1 binary and source distributions are available for 
download from our download page: <a 
href="http://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<p>The OpenNLP 1.7.1 binary and source distributions are available for 
download from our download page: <a 
href="https://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">https://opennlp.apache.org/cgi-bin/download.cgi</a></p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="http://opennlp.apache.org/maven-dependency.html"; 
class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
+<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="https://opennlp.apache.org/maven-dependency.html"; 
class="bare">https://opennlp.apache.org/maven-dependency.html</a></p>
 </div>
 </div>
 </div>
diff --git a/news/release-172.html b/news/release-172.html
index a142ac08..fa299d25 100644
--- a/news/release-172.html
+++ b/news/release-172.html
@@ -187,10 +187,10 @@ body {
 <p>It supports the most common NLP tasks, such as tokenization, sentence 
segmentation, part-of-speech tagging, named entity extraction, chunking, 
parsing, and coreference resolution.</p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP 1.7.2 binary and source distributions are available for 
download from our download page: <a 
href="http://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<p>The OpenNLP 1.7.2 binary and source distributions are available for 
download from our download page: <a 
href="https://opennlp.apache.org/cgi-bin/download.cgi"; 
class="bare">https://opennlp.apache.org/cgi-bin/download.cgi</a></p>
 </div>
 <div class="paragraph">
-<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="http://opennlp.apache.org/maven-dependency.html"; 
class="bare">http://opennlp.apache.org/maven-dependency.html</a></p>
+<p>The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: <a 
href="https://opennlp.apache.org/maven-dependency.html"; 
class="bare">https://opennlp.apache.org/maven-dependency.html</a></p>
 </div>
 </div>
 </div>
diff --git a/powered-by-opennlp.html b/powered-by-opennlp.html
index bb5df434..c5fb5b8d 100644
--- a/powered-by-opennlp.html
+++ b/powered-by-opennlp.html
@@ -228,11 +228,11 @@ Rodrigo Agerri, German Rigau</p>
 Multilingual NLP tools</a> Rodrigo Agerri, German Rigau, Josu Bermudez</p>
 </li>
 <li>
-<p><a href="http://www.aclweb.org/anthology/S15-2127";>EliXa: A modular and 
flexible ABSA platform</a> Rodrigo Agerri,
+<p><a href="https://www.aclweb.org/anthology/S15-2127";>EliXa: A modular and 
flexible ABSA platform</a> Rodrigo Agerri,
 Inaki San Vicente, Xabier Saralegi</p>
 </li>
 <li>
-<p><a href="http://www.aclweb.org/anthology/E14-1010";>Simple, Robust and 
(almost) Unsupervised Generation of Polarity
+<p><a href="https://www.aclweb.org/anthology/E14-1010";>Simple, Robust and 
(almost) Unsupervised Generation of Polarity
 Lexicons for Multiple Languages</a> Rodrigo Agerri, Inaki San Vincente, German 
Rigau</p>
 </li>
 <li>
diff --git a/release.html b/release.html
index aca003cf..65e8bf90 100644
--- a/release.html
+++ b/release.html
@@ -284,7 +284,7 @@ This command creates and pushes two new commits to the 
repository to reflect the
 <p>Perform the release: <code>mvn release:perform</code></p>
 </div>
 <div class="paragraph">
-<p>This creates a staged repository at <a href="http://repository.apache.org"; 
class="bare">http://repository.apache.org</a>.
+<p>This creates a staged repository at <a href="https://repository.apache.org"; 
class="bare">https://repository.apache.org</a>.
 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.
 The build results are in <code>opennlp/target/checkout/target</code>. Do not 
modify or delete these files.</p>
 </div>
@@ -361,7 +361,7 @@ Acknowledge the voting results on the mailing list in the 
VOTE thread.</p>
 <h3 id="release_nexus_staging_repository">Release Nexus Staging Repository</h3>
 <div class="paragraph">
 <p>Release the staging repository. This will make the artifacts available in 
the Maven Central repository.
-To do this go to the <a href="http://repository.apache.org";>repository 
server</a>, log in, go to the staging area and release the staging repository 
linked to this release</p>
+To do this go to the <a href="https://repository.apache.org";>repository 
server</a>, log in, go to the staging area and release the staging repository 
linked to this release</p>
 </div>
 </div>
 <div class="sect2">
@@ -381,7 +381,7 @@ svn commit --username &lt;username&gt; -m "Adding OpenNLP 
&lt;version&gt;"</pre>
 <div class="sect2">
 <h3 id="delete_old_releases">Delete Old Release(s)</h3>
 <div class="paragraph">
-<p>To reduce the load on the ASF mirrors, projects are required to delete old 
releases (see <a 
href="http://www.apache.org/legal/release-policy.html#when-to-archive"; 
class="bare">http://www.apache.org/legal/release-policy.html#when-to-archive</a>).</p>
+<p>To reduce the load on the ASF mirrors, projects are required to delete old 
releases (see <a 
href="https://www.apache.org/legal/release-policy.html#when-to-archive"; 
class="bare">https://www.apache.org/legal/release-policy.html#when-to-archive</a>).</p>
 </div>
 <div class="paragraph">
 <p>Remove the old releases from SVN under <a 
href="https://dist.apache.org/repos/dist/release/opennlp/"; 
class="bare">https://dist.apache.org/repos/dist/release/opennlp/</a>.</p>
@@ -390,7 +390,7 @@ svn commit --username &lt;username&gt; -m "Adding OpenNLP 
&lt;version&gt;"</pre>
 <div class="sect2">
 <h3 id="update_the_website">Update the Website</h3>
 <div class="paragraph">
-<p>Update the website once the new version appears in the Apache download 
mirrors (keep checking <a href="http://www.apache.org/dyn/closer.cgi/opennlp"; 
class="bare">http://www.apache.org/dyn/closer.cgi/opennlp</a> until you see 
something):</p>
+<p>Update the website once the new version appears in the Apache download 
mirrors (keep checking <a href="https://www.apache.org/dyn/closer.cgi/opennlp"; 
class="bare">https://www.apache.org/dyn/closer.cgi/opennlp</a> until you see 
something):</p>
 </div>
 <div class="sect3">
 <h4 id="update_jbake_properties">Update jbake.properties</h4>
@@ -493,7 +493,7 @@ opennlp.next.version=</code></pre>
 <p>Close the present release ticket in JIRA.</p>
 </li>
 <li>
-<p>Send announcement email to <a 
href="mailto:[email protected]";>[email protected]</a>, <a 
href="mailto:[email protected]";>[email protected]</a>, <a 
href="mailto:[email protected]";>[email protected]</a>. This needs 
to be done from your @apache.org email address or the email will bounce from 
the announce list. Gmail forwarding can help here and is a snap to set up (<a 
href="http://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html";
 class [...]
+<p>Send announcement email to <a 
href="mailto:[email protected]";>[email protected]</a>, <a 
href="mailto:[email protected]";>[email protected]</a>, <a 
href="mailto:[email protected]";>[email protected]</a>. This needs 
to be done from your @apache.org email address or the email will bounce from 
the announce list. Gmail forwarding can help here and is a snap to set up (<a 
href="https://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html";
 clas [...]
 </li>
 </ul>
 </div>
@@ -510,7 +510,7 @@ TO: [email protected], [email protected], 
[email protected]</pre>
 <div class="content">
 <pre>The Apache OpenNLP team is pleased to announce the release of version 
&lt;version&gt; of Apache OpenNLP. 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, and parsing.
 The OpenNLP &lt;version&gt; binary and source distributions are available for 
download from our download page: https://opennlp.apache.org/download.html
-The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: 
http://opennlp.apache.org/maven-dependency.html
+The OpenNLP library is distributed by Maven Central as well. See the Maven 
Dependency page for more details: 
https://opennlp.apache.org/maven-dependency.html
 
 Changes in this version:
 


Reply via email to