Skip to content

Instantly share code, notes, and snippets.

@urlgrey
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urlgrey/0e3c9902f93adaa064fa to your computer and use it in GitHub Desktop.
Save urlgrey/0e3c9902f93adaa064fa to your computer and use it in GitHub Desktop.
Downloading Stanford NLP JARs
mkdir -p ~/lib && \
cd ~/lib && \
wget http://central.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.4.1/stanford-corenlp-3.4.1.jar && \
wget http://central.maven.org/maven2/edu/stanford/nlp/stanford-corenlp/3.4.1/stanford-corenlp-3.4.1-models.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment