stanford-parser-server

Simple server for stanford parser.

Quick Start

  1. Make sure you have JDK 8.
  2. Create lib and bin folders in the project folder.
  3. 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.
  4. In the project directory, run "chmod 755 run.sh". Now we can run the shell.
  5. To run the server, run "./run.sh".