Skip to content

Commit

Permalink
OPENNLP-1648 Update Website with new models (1.2)
Browse files Browse the repository at this point in the history
- adds section to models.ad on Maven artifacts
- updates Maven Central URLs on faq.ad as those were outdated in format
  • Loading branch information
mawiesne committed Nov 23, 2024
1 parent 0e90bb3 commit 60deb58
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/jbake/content/faq.ad
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions src/main/jbake/content/models.ad
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60deb58

Please sign in to comment.