Skip to content

seominjoon/stanford-parser-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 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.
  5. In the project directory, run "chmod 755 run.sh". Now we can run the shell.
  6. To run the server, run "./run.sh".

About

Simple server for stanford parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors