1, the latest source code: http://nlp.stanford.edu/software/index.shtml;
2, decompression stanford-corenlp.zip;
3. Open Eclipse New Java Project STANFORD-CORENLP, then create the folder name "Lib" in the project root directory;
4, the *.jar extracted from step 2 is copied to the new Lib directory, stanford-corenlp-3.3.1-sources source code extracted to the project directory SRC, refresh the project;
5, the Lib in the *.jar file to add references;
6, the Step 2 decompression file input.txt Copy to the project root directory, picture parameters, the project after the completion of the compilation input.txt.xml will automatically generate;
7, the compiler version should be greater than or equal to 1.6 otherwise error;
8. The successful compilation prompt is as follows
can refer to address
Http://nlp.stanford.edu/software/index.shtml
http://blog.163.com/bit_runner/blog/static/53242218201192651953459/