GitHub user thygesen opened a pull request:
https://github.com/apache/opennlp/pull/7
linux opennlp command to add all jars in lib folder to classpath
opennlp command did not load my jar containing some custom feature
generators even though I placed it in the lib folder.
trunk:
$JAVACMD -Xmx1024m -jar $OPENNLP_HOME/lib/opennlp-tools-*.jar $@
will not load any other jars.
I made a patch that loads alle the *.jars in lib.
br
Peter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thygesen/opennlp load_lib_jars
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/opennlp/pull/7.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7
----
commit 8ff708073fe93db557888c162cf9d5c3b1319416
Author: Dr. Llama <[email protected]>
Date: 2016-12-07T23:13:09Z
opennlp cmd adds all jars in lib to classpath
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---