opencog / relex

English Dependency Relationship Extractor
http://wiki.opencog.org/w/RelEx
Apache License 2.0
85 stars 68 forks source link

Add build step to prepare configured environment for running RelEx services #266

Open vsbogd opened 6 years ago

vsbogd commented 6 years ago

Shell scripts to run RelEx services contain hardcoded Java classpath with all requried dependencies. The classpath can be different on different machines then it should be edited manually. There are few possible solutions to get rid of this editing:

appassembler-maven-plugin can be used for maven build.