We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a start.sh script.
start.sh
Something like
#!/bin/bash export CLASSPATH=pikes-tintop-1.0-SNAPSHOT-jar-with-dependencies.jar export CLASSPATH=$CLASSPATH:Semafor-3.0-alpha-04.jar export CLASSPATH=$CLASSPATH:models/stanford-corenlp-3.5.2-models.jar java -Xmx8G eu.fbk.dkm.pikes.tintop.server.PipelineServer
The text was updated successfully, but these errors were encountered:
ziorufus
No branches or pull requests
Create a
start.sh
script.Something like
The text was updated successfully, but these errors were encountered: