Skip to content

Commit

Permalink
Fix links according to Craig's mail to dev@
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Jan 11, 2025
1 parent 6b42224 commit 78e17d0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions src/main/jbake/content/download.ad
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ 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/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://downloads.apache.org/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.tar.gz.sha512[sha512]
https://downloads.apache.org/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/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://downloads.apache.org/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-bin.zip.sha512[sha512]
https://downloads.apache.org/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/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://downloads.apache.org/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.tar.gz.sha512[sha512]
https://downloads.apache.org/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/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]
https://downloads.apache.org/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip.sha512[sha512]
https://downloads.apache.org/opennlp/opennlp-{opennlp_version}/apache-opennlp-{opennlp_version}-src.zip.asc[asc]
|===

== Verifying Signatures
Expand All @@ -62,7 +62,7 @@ Use the following commands to verify the integrity:
* `gpg --print-md sha512 fileName.tar.gz`
* `gpg --verify fileName.tar.gz.asc`

It might be necessary to import the https://www.apache.org/dist/opennlp/KEYS[KEYS file] to verify the integrity
It might be necessary to import the https://downloads.apache.org/opennlp/KEYS[KEYS file] to verify the integrity
of the asc files.

That can easily be done with:
Expand Down
12 changes: 6 additions & 6 deletions src/main/jbake/content/models.ad
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ NOTE: The model below is compatible with OpenNLP versions >= 1.8.3.
| Language | Description | Reports | Model File | Signatures
| Detects 103 languages
| Detects 103 languages in ISO 693-3 standard. Works well with longer texts that have at least 2 sentences or more from the same language.
| https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt[README]
https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt[Effectiveness]
| https://downloads.apache.org/opennlp/models/langdetect/1.8.3/README.txt[README]
https://downloads.apache.org/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt[Effectiveness]
https://www.apache.org/dyn/closer.cgi/opennlp/models/langdetect/1.8.3/langdetect-183.bin.misclassified.txt[Misclassified]
| https://www.apache.org/dyn/closer.cgi/opennlp/models/langdetect/1.8.3/langdetect-183.bin[langdetect-183.bin]
| https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.sha256[sha256]
https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.sha512[sha512]
https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.asc[asc]
| https://downloads.apache.org/opennlp/models/langdetect/1.8.3/langdetect-183.bin.sha256[sha256]
https://downloads.apache.org/opennlp/models/langdetect/1.8.3/langdetect-183.bin.sha512[sha512]
https://downloads.apache.org/opennlp/models/langdetect/1.8.3/langdetect-183.bin.asc[asc]
|======

=== Sentence detection
Expand Down Expand Up @@ -1007,7 +1007,7 @@ Use the following commands to verify the integrity:
* `gpg --print-md MD5 fileName.zip`
* `gpg --verify fileName.tar.gz.asc`

It might be necessary to import the https://www.apache.org/dist/opennlp/KEYS[KEYS file,window=_blank] to verify the integrity
It might be necessary to import the https://downloads.apache.org/opennlp/KEYS[KEYS file,window=_blank] to verify the integrity
of the asc files.

That can easily be done with:
Expand Down
4 changes: 2 additions & 2 deletions src/main/jbake/content/news/model-langdetect-183.ad
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ This is the first release of the Language Detector Model. It is compatible with
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.

More information about this release can be found in the _README.txt_ at:
https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/README.txt
https://downloads.apache.org/opennlp/models/langdetect/1.8.3/README.txt

Details about this model effectiveness can be found in the following report:
https://www.apache.org/dist/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt
https://downloads.apache.org/opennlp/models/langdetect/1.8.3/langdetect-183.bin.report.txt

--The Apache OpenNLP Team

Expand Down

0 comments on commit 78e17d0

Please sign in to comment.