Skip to content

Instantly share code, notes, and snippets.

@napsternxg
Created December 14, 2013 11:01
Show Gist options
  • Save napsternxg/7957954 to your computer and use it in GitHub Desktop.
Save napsternxg/7957954 to your computer and use it in GitHub Desktop.
Batch file to run CoreNLP by Stanford on windows http://nlp.stanford.edu/software/corenlp.shtml#Download
set scriptdir=%~dp0
echo java -mx3g -cp \"%scriptdir%/*\" edu.stanford.nlp.pipeline.StanfordCoreNLP %*
java -mx3g -cp "%scriptdir%/*" edu.stanford.nlp.pipeline.StanfordCoreNLP %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment