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 3a02cc05 Automatic Site Publish by Buildbot 3a02cc05 is described below commit 3a02cc057d75c02daaf60d8eb8440c753602c980 Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Nov 25 14:42:01 2024 +0000 Automatic Site Publish by Buildbot --- feed.xml | 4 ++-- index.html | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/feed.xml b/feed.xml index 70ecdc72..28d081d7 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 Nov 2024 09:59:30 +0000</pubDate> - <lastBuildDate>Sun, 24 Nov 2024 09:59:30 +0000</lastBuildDate> + <pubDate>Mon, 25 Nov 2024 14:41:43 +0000</pubDate> + <lastBuildDate>Mon, 25 Nov 2024 14:41:43 +0000</lastBuildDate> <item> <title>OpenNLP Pre-trained Models 1.2 released</title> diff --git a/index.html b/index.html index de784f0e..5b1f221c 100644 --- a/index.html +++ b/index.html @@ -140,14 +140,24 @@ <img src="/img/opennlp-logo.png" alt="Apache OpenNLP logo" /> <h1>Welcome to Apache OpenNLP</h1> <p class="lead">The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text.</p> - <a class="btn btn-lg btn-primary" href="/docs/" role="button" style="background-color: #832778; border: 1px solid #832778;"><span class="glyphicon glyphicon-chevron-right"></span> Get started</a> - <a class="btn btn-lg btn-primary" href="/download.html" role="button" style="background-color: #BE2043; border: 1px solid #BE2043;"><span class="glyphicon glyphicon-download-alt"></span> Download</a> + <a class="btn btn-lg btn-primary" href="/docs/" role="button" style="background-color: #832778; border: 1px solid #832778; margin-bottom: 10px;"> + <span class="glyphicon glyphicon-chevron-right"></span> Get started + </a> + <a class="btn btn-lg btn-primary" href="/download.html" role="button" style="background-color: #BE2043; border: 1px solid #BE2043; margin-bottom: 10px;"> + <span class="glyphicon glyphicon-download-alt"></span> Download + </a> + <a class="btn btn-lg btn-primary" href="/docs" role="button" style="background-color: #E56b28; border: 1px solid #E56b28; margin-bottom: 10px;"> + <span class="glyphicon glyphicon-education"></span> Docs + </a> + <a class="btn btn-lg btn-primary" href="/news" role="button" style="background-color: #F59523; border: 1px solid #F59523; margin-bottom: 10px;"> + <span class="glyphicon glyphicon-bullhorn"></span> News + </a> </div> <div class="row"> <div class="col-lg-6"> <h2>About</h2> - <p>OpenNLP supports the most common NLP tasks, such as <i>tokenization</i>, <i>sentence segmentation</i>, <i>part-of-speech tagging</i>, <i>named entity extraction</i>, <i>chunking</i>, <i>parsing</i>, <i>language detection</i> and <i>coreference resolution</i>.</p> + <p>OpenNLP supports the most common NLP tasks, such as <i>sentence segmentation</i>, <i>tokenization</i>, <i>lemmatization</i>, <i>part-of-speech tagging</i>, <i>named entity extraction</i>, <i>chunking</i>, <i>parsing</i>, <i>language detection</i> and <i>coreference resolution</i>.</p> <p>Find out more about it in our <a href="/docs/">manual</a>.</p> </div> <div class="col-lg-6">