Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save Planeshifter/11369165 to your computer and use it in GitHub Desktop.

Select an option

Save Planeshifter/11369165 to your computer and use it in GitHub Desktop.
Stanford NLP command line
java -cp stanford-corenlp-YYYY-MM-DD.jar:stanford-corenlp-models-YYYY-MM-DD.jar:xom.jar:joda-time.jar:jollyday.jar:ejml-VV.jar -Xmx2g edu.stanford.nlp.pipeline.StanfordCoreNLP -annotators tokenize,ssplit,pos,lemma,ner,parse,dcoref -filelist <YOUR LIST OF FILES>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment