This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-models.git
The following commit(s) were added to refs/heads/main by this push:
new 3da5e9f Enhance README.md with more badges and specific URLs (#25)
3da5e9f is described below
commit 3da5e9f612634c9688a1a85aeac689df766534d0
Author: Martin Wiesner <[email protected]>
AuthorDate: Wed Nov 6 11:32:29 2024 +0100
Enhance README.md with more badges and specific URLs (#25)
adds relevant badges to README.md
ensures all URLs use https instead of plain http
---
README.md | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 0612053..0120d8e 100644
--- a/README.md
+++ b/README.md
@@ -18,29 +18,34 @@ limitations under the License.
Welcome to Apache OpenNLP Models!
===========
-[](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
-[](https://twitter.com/ApacheOpenNLP)
+[](https://raw.githubusercontent.com/apache/opennlp-models/main/LICENSE)
+[](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp-models)
+[](https://github.com/apache/opennlp-models/actions)
+[](https://github.com/apache/opennlp-models/graphs/contributors)
+[](https://github.com/apache/opennlp-models/pulls)
+[](https://stackoverflow.com/questions/tagged/opennlp)
The Apache OpenNLP library provides binary models for processing of natural
language text.
This repository is intended for the distribution of model files as a Maven
artifacts.
## Useful Links
-For additional information, visit the [OpenNLP Home
Page](http://opennlp.apache.org/)
+For additional information, visit the [OpenNLP Home
Page](https://opennlp.apache.org/models.html).
-You can use OpenNLP with any language, further demo models are provided
[here](http://opennlp.sourceforge.net/models-1.5/).
+You can use OpenNLP with many languages. Additional demo models are provided
[here](https://opennlp.sourceforge.net/models-1.5/).
-The models are fully compatible with the latest release, they can be used for
testing or getting started.
+The models are fully compatible with the latest [OpenNLP
release](https://opennlp.apache.org/download.html). They can be used for
testing or getting started.
-Please train your own models for all other use cases.
+> [!NOTE]
+> Please train your own models for all other, specialized use cases.
-Documentation, including JavaDocs, code usage and command-line interface
examples are available [here](http://opennlp.apache.org/docs/)
+Documentation, including JavaDocs, code usage and command-line interface
examples are available [here](https://opennlp.apache.org/docs/)
-You can also follow our [mailing
lists](http://opennlp.apache.org/mailing-lists.html) for news and updates.
+You can also follow our [mailing
lists](https://opennlp.apache.org/mailing-lists.html) for news and updates.
## Overview
-We provide **Tokenizer**, **Sentence Detector** and **Part-of-Speech Tagger**
models for the following languages:
+We provide **Tokenizer**, **Sentence Detector** and **Part-of-Speech Tagger**
models for the following 23 languages:
- Bulgarian
- Croatian
@@ -66,8 +71,8 @@ We provide **Tokenizer**, **Sentence Detector** and
**Part-of-Speech Tagger** mo
- Swedish
- Ukrainian
-These models are compatible with OpenNLP `>= 1.0.0`. Model details are
available
[here](https://dist.apache.org/repos/dist/release/opennlp/models/ud-models-1.1/).
-
+These models are compatible with OpenNLP `>= 1.0.0`. Further details are
available at the [OpenNLP Models](https://opennlp.apache.org/models.html)
+page and in the
[CHANGELOG](https://dist.apache.org/repos/dist/release/opennlp/models/ud-models-1.1/CHANGES).
In addition, we provide a **Language Detector**, which is able to detect 103
languages in ISO 693-3 standard.
Works well with longer texts that have at least 2 sentences or more from the
same language.
@@ -100,7 +105,7 @@ libraryDependencies += "org.apache.opennlp" %
"opennlp-models-langdetect" % "${o
compile group: "org.apache.opennlp", name: "opennlp-models-langdetect",
version: "${opennlp.version}"
```
-For more details please check our
[documentation](http://opennlp.apache.org/docs/)
+For more details please check our
[documentation](https://opennlp.apache.org/docs/)
## Adding a new Model