install-corenlp 194 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 #!/bin/bash if [ ! -d coreNLP ]; then mkdir -v coreNLP fi pushd coreNLP wget https://dl.gargantext.org/coreNLP.tar.bz2 tar xvjf coreNLP.tar.bz2 pushd home/debian/CoreNLP ./startServer.sh