Last active
August 29, 2015 14:00
-
-
Save Planeshifter/11369165 to your computer and use it in GitHub Desktop.
Stanford NLP command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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