rzo1 commented on code in PR #87:
URL: https://github.com/apache/opennlp-site/pull/87#discussion_r1819625419


##########
src/main/jbake/content/models.ad:
##########
@@ -21,180 +21,689 @@
 :jbake-tags: models
 :jbake-status: published
 :idprefix:
+:toc: preamble
+:toc-title: Content
 
-Use the links in the table below to download the pre-trained models for the 
Apache OpenNLP.
+The Apache OpenNLP project provides several pre-trained model files:
 
+* 1 generic model to conduct _language detection_ on a specified text input
+* 23 language specific models to accomplish: _sentence detection_, _part of 
speech tagging_, and _tokenization_.
+
+== Models
 IMPORTANT: All models are zip compressed (like a jar file), they *must not* be 
uncompressed.
 
+Use the URLs in the tables below to download the pre-trained models for use 
with the Apache OpenNLP toolkit.
+
+=== Language detection
+
 [options="header"]
 |======
-| Component | Language | Compatibility | Description | README and Reports | 
File | Signatures
-
-| Language Detector
+| Language | Description | Compatibility | README and Reports | File | 
Signatures

Review Comment:
   Hashes and ASC signatures need to be direct links and not use the CDN via 
closer.cgi , i.e. replace with 
https://dist.apache.org/repos/dist/release/opennlp/models/ud-models-1.1/*.sha512
 and 
https://dist.apache.org/repos/dist/release/opennlp/models/ud-models-1.1/*.asc )



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to