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 6d616990 Adjusts models.ad, moving a generic note on specific model
training to the top, 1st section
6d616990 is described below
commit 6d616990f38f5e7f501e877c37d6073c42c9be9e
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Nov 17 13:27:12 2024 +0100
Adjusts models.ad, moving a generic note on specific model training to the
top, 1st section
---
src/main/jbake/content/models.ad | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/jbake/content/models.ad b/src/main/jbake/content/models.ad
index 2f29d78c..c1cd0fd5 100755
--- a/src/main/jbake/content/models.ad
+++ b/src/main/jbake/content/models.ad
@@ -29,6 +29,8 @@ The Apache OpenNLP project provides several pre-trained model
files:
* 1 generic model to conduct _language detection_ on a specified text input
* 23 language specific models to accomplish: _sentence detection_, _part of
speech tagging_, and _tokenization_.
+Pre-trained models can be used for testing or getting started. Train your own
models for specific use cases.
+
== Models
IMPORTANT: All models are zip compressed (like a jar file), they *must not* be
uncompressed.
@@ -588,7 +590,6 @@ be found
https://www.apache.org/dev/release-signing.html[here,window=_blank].
== SourceForge Resources
The models on Sourceforge for 1.5.0 are found
https://opennlp.sourceforge.net/models-1.5/[here].
-and are fully compatible with Apache OpenNLP {opennlp_version}.
+They are fully compatible with Apache OpenNLP {opennlp_version}.
-The models can be used for testing or getting started. Please train your own
models for all other use cases.