This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch OPENNLP-1622-Update-URL-model-reference-in-README.md in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit b4850243851da26b3ed7079162c16f2a9fdec406 Author: Martin Wiesner <[email protected]> AuthorDate: Fri Oct 11 11:33:46 2024 +0200 OPENNLP-1622 Update URL model reference in README.md --- 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/)
