在 https://nlp.stanford.edu/software/stanford-corenlp-4.5.6.zip
下载stanford-corenlp-4.5.6.zip
在 https://stanfordnlp.github.io/CoreNLP/human-languages.html
下载model的jar
然后stanford-corenlp-4.5.6.zip
解压,把比如stanford-corenlp-4.5.6-models-chinese.jar
也放到解压后的文件夹里
然后执行
java -cp "stanford-corenlp-4.5.6/*" edu.stanford.nlp.pipeline.StanfordCoreNLP -props chinese -annotators tokenize -file input.txt