Skip to content

Commit

Permalink
Merge pull request #87 from apache/OPENNLP-1626-Update-Website-with-n…
Browse files Browse the repository at this point in the history
…ew-models-(1.1)
  • Loading branch information
mawiesne authored Oct 29, 2024
2 parents 76d04be + c5d931a commit a4c1ae1
Show file tree
Hide file tree
Showing 9 changed files with 592 additions and 160 deletions.
7 changes: 7 additions & 0 deletions src/main/jbake/assets/css/custom-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ body {
.jumbotron h1 {
line-height: 1;
font-weight: bold;
}

#toc > ul {
padding-inline-start: 0;
}
#toc > ul > li > ul {
padding-inline-start: 1em;
}
8 changes: 8 additions & 0 deletions src/main/jbake/assets/css/scheme-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
.tableblock > a {
color: #f59523;
}
#toctitle {
color: #eee;
background: #222;
}
#toc > ul > li > a, #toc > ul > li > ul > li > a {
color: #f59523;
background: #222;
}
.content pre,
.content pre > code,
.com, .tag, .pln, .str, .pun, .kwd,
Expand Down
20 changes: 11 additions & 9 deletions src/main/jbake/content/download.ad
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@
:jbake-tags: download
:jbake-status: published
:idprefix:
:toc:
:toc-title: Content

## Last Official Release
== Latest Official Release

Apache OpenNLP {opennlp_version} is now available for download.

Expand All @@ -34,24 +36,24 @@ It must be untarred with a GNU compatible version of tar.
|===
|.tar.gz | .zip

|https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.tar.gz[apache-opennlp-{opennlp_version}-bin.tar.gz]
| https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.tar.gz[apache-opennlp-{opennlp_version}-bin.tar.gz]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.tar.gz.sha512[sha512]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.tar.gz.asc[asc]

|https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.zip[apache-opennlp-{opennlp_version}-bin.zip]
| https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.zip[apache-opennlp-{opennlp_version}-bin.zip]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.zip.sha512[sha512]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.zip.asc[asc]

|https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.tar.gz[apache-opennlp-{opennlp_version}-src.tar.gz]
| https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.tar.gz[apache-opennlp-{opennlp_version}-src.tar.gz]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.tar.gz.sha512[sha512]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.tar.gz.asc[asc]

|https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip[apache-opennlp-{opennlp_version}-src.zip]
| https://www.apache.org/dyn/closer.cgi/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip[apache-opennlp-{opennlp_version}-src.zip]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip.sha512[sha512]
https://www.apache.org/dist/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip.asc[asc]
|===

### Verifying Signatures
== Verifying Signatures
The sha512 and asc files are signature files and can be used to verify the integrity of the
downloaded distribution package.

Expand All @@ -70,13 +72,13 @@ That can easily be done with:
More information about release signing and verifying signatures can
be found https://www.apache.org/dev/release-signing.html[here].

## Models
== Models

The models for Apache OpenNLP are found link:/models.html[here].
All models are available via our link:/models.html[models page].

NOTE: The models can be used for testing or getting started, please train your own models for all other use cases.

## Archive
== Archive

Historical releases can be downloaded from the archived https://sourceforge.net/projects/opennlp/[SourceForge project]
or the https://archive.apache.org/dist/opennlp/[Apache archive].
4 changes: 3 additions & 1 deletion src/main/jbake/content/gradle-dependency.ad
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
:jbake-tags: maven
:jbake-status: published
:idprefix:
:toc: preamble
:toc-title: Content

Apache OpenNLP is also distributed via the Maven Central Repository.
The maven artifacts are located https://repo1.maven.org/maven2/org/apache/opennlp/[here].
Expand Down Expand Up @@ -95,7 +97,7 @@ dependencies {
}
----

NOTE: The `SNAPSHOT` dependency requires the following Maven repository in your Gradle project:
NOTE: All `SNAPSHOT` dependencies require the following Maven repository:

[source,indent=0,subs=attributes+]
----
Expand Down
5 changes: 4 additions & 1 deletion src/main/jbake/content/maven-dependency.ad
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
:jbake-tags: maven
:jbake-status: published
:idprefix:
:toc: preamble
:toc-title: Content

Apache OpenNLP is also distributed via the Maven Central Repository.
The maven artifacts are located https://repo1.maven.org/maven2/org/apache/opennlp/[here].
Expand Down Expand Up @@ -89,6 +91,7 @@ To use the OpenNLP UIMA Annotators define the following dependency:
</dependency>
----

== SNAPSHOTS
=== OpenNLP Tools SNAPSHOT Dependency
To use the current version of the _main_ branch define the following dependency:

Expand All @@ -101,7 +104,7 @@ To use the current version of the _main_ branch define the following dependency:
</dependency>
----

NOTE: The `SNAPSHOT` dependency requires the following Maven repository:
NOTE: All `SNAPSHOT` dependencies require the following Maven repository:

[source,xml,indent=0,subs=attributes+]
----
Expand Down
Loading

0 comments on commit a4c1ae1

Please sign in to comment.