You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by gi...@apache.org on 2022/10/17 19:35:25 UTC

[opennlp-site] branch asf-site updated: Automatic Site Publish by Buildbot

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

commit c8f53e4c24a4bfef35834146d72c6532afc44e28
Author: buildbot <us...@infra.apache.org>
AuthorDate: Mon Oct 17 19:35:21 2022 +0000

    Automatic Site Publish by Buildbot
---
 feed.xml              |  4 ++--
 maven-dependency.html | 17 +++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/feed.xml b/feed.xml
index 69cb9be6..67bc1b2d 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>Sun, 24 Jul 2022 18:34:19 +0000</pubDate>
-    <lastBuildDate>Sun, 24 Jul 2022 18:34:19 +0000</lastBuildDate>
+    <pubDate>Mon, 17 Oct 2022 19:35:01 +0000</pubDate>
+    <lastBuildDate>Mon, 17 Oct 2022 19:35:01 +0000</lastBuildDate>
 
     <item>
       <title>Apache OpenNLP 2.0.0 released</title>
diff --git a/maven-dependency.html b/maven-dependency.html
index caa70c11..4b1385a5 100644
--- a/maven-dependency.html
+++ b/maven-dependency.html
@@ -207,6 +207,23 @@ all transient dependencies are resolved automatically.</p>
 </div>
 </div>
 <div class="sect1">
+<h2 id="opennlp_dl_dependency">OpenNLP DL Dependency</h2>
+<div class="sectionbody">
+<div class="paragraph">
+<p>To use the OpenNLP DL define the following dependency:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="prettyprint highlight"><code data-lang="xml">&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.opennlp&lt;/groupId&gt;
+  &lt;artifactId&gt;opennlp-dl&lt;/artifactId&gt;
+  &lt;version&gt;2.0.0&lt;/version&gt;
+&lt;/dependency&gt;</code></pre>
+</div>
+</div>
+</div>
+</div>
+<div class="sect1">
 <h2 id="opennlp_uima_annotators_dependency">OpenNLP UIMA Annotators Dependency</h2>
 <div class="sectionbody">
 <div class="paragraph">