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 a980931a OPENNLP-1648 Update Website with new models (1.2) - fixes 
incorrect brackets in faq.ad and models.ad
a980931a is described below

commit a980931aca773d09e3009de3f644dc1255302431
Author: Martin Wiesner <[email protected]>
AuthorDate: Sat Nov 23 14:03:05 2024 +0100

    OPENNLP-1648 Update Website with new models (1.2)
    - fixes incorrect brackets in faq.ad and models.ad
---
 src/main/jbake/content/faq.ad    | 2 +-
 src/main/jbake/content/models.ad | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/jbake/content/faq.ad b/src/main/jbake/content/faq.ad
index 844ed668..8455c51c 100644
--- a/src/main/jbake/content/faq.ad
+++ b/src/main/jbake/content/faq.ad
@@ -31,7 +31,7 @@ Models for 32 languages are available at the project's 
link:/models.html[Models
 bundled in JAR files 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%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?::
diff --git a/src/main/jbake/content/models.ad b/src/main/jbake/content/models.ad
index a62acc37..29429282 100755
--- a/src/main/jbake/content/models.ad
+++ b/src/main/jbake/content/models.ad
@@ -996,8 +996,8 @@ All models listed above are also bundled in JAR files and 
distributed via *Maven
 
 * 
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])
+* 
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

Reply via email to