stanford-parser-server
Simple server for stanford parser.
Quick Start
- Make sure you have JDK 8.
- Create lib and bin folders in the project folder.
- Download jar files from Stanford Parser ( http://nlp.stanford.edu/software/lex-parser.shtml ).Tested on 3.5.0. Put these in the lib folder.
- In the project directory, run "chmod 755 run.sh". Now we can run the shell.
- To run the server, run "./run.sh".