Skip to content

tedgoddard/Stanford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StanfordService

A simple web service providing CoreNLP parsing.

Build

curl http://nlp.stanford.edu/software/stanford-english-corenlp-2016-10-31-models.jar -o lib/stanford-english-corenlp-2016-10-31-models.jar
javac -cp ".:lib/*" Stanford.java

RUN

java -cp ".:lib/*" Stanford

USE

curl "http://localhost:8888/tree/Does%2FVBZ%20my%20dog%20like%20to%20eat%20sausages%3F"

or

curl  -H "Content-Type: application/json" -X POST -d  '{"text":"Does my dog eat sausage?"}'  "http://localhost:8888/tree/"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages