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-site.git
The following commit(s) were added to refs/heads/main by this push:
new 60deb580 OPENNLP-1648 Update Website with new models (1.2) - adds
section to models.ad on Maven artifacts - updates Maven Central URLs on faq.ad
as those were outdated in format
60deb580 is described below
commit 60deb58076b09d45e0ab5c1f4e6b653738e53be0
Author: Martin Wiesner <[email protected]>
AuthorDate: Sat Nov 23 14:00:03 2024 +0100
OPENNLP-1648 Update Website with new models (1.2)
- adds section to models.ad on Maven artifacts
- updates Maven Central URLs on faq.ad as those were outdated in format
---
src/main/jbake/content/faq.ad | 7 ++++---
src/main/jbake/content/models.ad | 9 +++++++++
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/src/main/jbake/content/faq.ad b/src/main/jbake/content/faq.ad
index d16e28a4..844ed668 100644
--- a/src/main/jbake/content/faq.ad
+++ b/src/main/jbake/content/faq.ad
@@ -29,9 +29,10 @@
link:https://stackoverflow.com/questions/tagged/opennlp[forums,role=external,win
Where can I download the pre-trained models used in OpenNLP?::
Models for 32 languages are available at the project's
link:/models.html[Models download] page or
bundled in JAR files distributed via *Maven Central*
-(link:https://central.sonatype.com/search?q=opennlp+models+sentdetect[Sentence-Detector,role=external,window=_blank],
-link:https://central.sonatype.com/search?q=opennlp+models+tokenizer[Tokenization,role=external,window=_blank],
-link:https://central.sonatype.com/search?q=opennlp+models+pos[POS
Tagging,role=external,window=_blank]).
+(link:https://search.maven.org/search?q=opennlp%20models%20sentdetect[Sentence-Detector,role=external,window=_blank],
+link:https://search.maven.org/search?q=opennlp%20models%20tokenizer[Tokenization,role=external,window=_blank],
+link:https://search.maven.org/search?q=opennlp%20models%20lemmatizer[Lemmatizer,role=external,window=_blank]),
+link:https://search.maven.org/search?q=opennlp%20models%20pos[POS
Tagging,role=external,window=_blank]).
How to train a Named Entity Recognition (NER) model?::
To train the name finder model you need training data that contains the
entities you would like to detect.
diff --git a/src/main/jbake/content/models.ad b/src/main/jbake/content/models.ad
index 5f910bab..a62acc37 100755
--- a/src/main/jbake/content/models.ad
+++ b/src/main/jbake/content/models.ad
@@ -990,6 +990,15 @@ refer to every language listed below.
|======
+== Maven Artifacts
+
+All models listed above are also bundled in JAR files and distributed via
*Maven Central*:
+
+*
link:https://search.maven.org/search?q=opennlp%20models%20sentdetect[Sentence-Detector,role=external,window=_blank]
+*
link:https://search.maven.org/search?q=opennlp%20models%20tokenizer[Tokenization,role=external,window=_blank]
+*
link:https://search.maven.org/search?q=opennlp%20models%20lemmatizer[Lemmatizer,role=external,window=_blank])
+* link:https://search.maven.org/search?q=opennlp%20models%20pos[POS
Tagging,role=external,window=_blank])
+
== Verifying Signatures
The sha512, sha1, md5, and asc files are signature files and can be used to
verify the integrity of the
downloaded distribution package.