rzo1 commented on code in PR #87: URL: https://github.com/apache/opennlp-site/pull/87#discussion_r1819692926
########## 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: https://infra.apache.org/release-distribution.html#release-content Think we need to use https://downloads.apache.org/opennlp/models/ud-models-1.1/ as root url for hashes / sigs (TIL) because previous URLs are working but are considered "old". -- 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