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.git
The following commit(s) were added to refs/heads/main by this push:
new 87947bbc OPENNLP-1622 Update URL model reference in README.md (#664)
87947bbc is described below
commit 87947bbc618634db6c20038817d9946bf25e17af
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Oct 11 16:22:22 2024 +0200
OPENNLP-1622 Update URL model reference in README.md (#664)
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 79e69a1a..495b2f2a 100644
--- a/README.md
+++ b/README.md
@@ -49,11 +49,12 @@ OpenNLP API can be easily plugged into distributed
streaming data pipelines like
For additional information, visit the [OpenNLP Home
Page](http://opennlp.apache.org/)
-You can use OpenNLP with any language, demo models are provided
[here](http://opennlp.sourceforge.net/models-1.5/).
+You can use OpenNLP with any language, demo models are provided
[here](https://downloads.apache.org/opennlp/models/).
The models are fully compatible with the latest release, 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 use cases.
Documentation, including JavaDocs, code usage and command-line interface
examples are available [here](http://opennlp.apache.org/docs/)