Skip to content

Instantly share code, notes, and snippets.

@philMarius
Created November 6, 2018 14:46
Show Gist options
  • Save philMarius/b6ad5c5249407b3b1048509402b5b3a8 to your computer and use it in GitHub Desktop.
Save philMarius/b6ad5c5249407b3b1048509402b5b3a8 to your computer and use it in GitHub Desktop.
Run Stanford CoreNLP Server
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment