Simple server for stanford parser.
- 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.
- Download jar file from json-simple ( https://code.google.com/p/json-simple/ ). Tested on 1.1. Put it in the lib folder as well.
- In the project directory, run "chmod 755 run.sh". Now we can run the shell.
- To run the server, run "./run.sh".