Skip to content

Commit

Permalink
Adjusts models.ad, moving a generic note on specific model training t…
Browse files Browse the repository at this point in the history
…o the top, 1st section
  • Loading branch information
mawiesne committed Nov 17, 2024
1 parent fc640f4 commit 6d61699
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/jbake/content/models.ad
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 6d61699

Please sign in to comment.