On 1/19/11 11:29 PM, Olivier Grisel wrote:
The models currently do not have a real version, but they contain
the opennlp tools version for compatibility checking. Anyway
adding such a version could be done easily.
You just need to write a very short pom.xml file to build a versioned
jar that holds the model (the .bin.gz file in folder
src/main/resource/opennlp/ for instance). Then you can use mvn deploy
to deploy the jar as usual to a maven repo server when doing the
opennlp release.
Does that mean, that OpenNLP has to load the model via the classpath,
instead from a file ?
Jörn