startServer.sh 104 Bytes EditWeb IDE 1 2 3 #!/bin/sh java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000