rzo1 opened a new pull request, #1: URL: https://github.com/apache/opennlp-models/pull/1
Hi all, this PR is a conceptual draft for a way to automatically build JARs from our OpenNLP models during a Maven build. It still relies on the models put on dist.a.o. or sourceforge but enables a way to distribute them via Maven Central for easier consumption within the Java ecosystem. The Download Maven Plugin will ensure the file integrity by checking against an md5 hash. An additional module with a simple java class checks for the presence of the model files inside the jar files. This check could be made more sufficient thought. For demonstration purpose, I have only added sentence detection and langdetect models into the proposed build config. The build itself is configured for reproducability (as long as the remote artifacts stay the same). Let me know what you think about it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
