Skip to content

bpodgursky/nlpviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlpviz

Source code for a sentence parse tree visualization found here: http://nlpviz.bpodgursky.com/

Getting Started

Build the code with:

mvn compile

The first time you run this, it will take some time and network bandwidth to install the dependencies - the Stanford NLP core model jar is on its own over 200 MB.

Next, start the parsing servlet with:

mvn exec:java

At the end of the output you should see:

15/08/30 20:13:29 INFO com.bpodgursky.nlpviz.api.WebServer: Parse Server is listening on port: 43315

At this point, you can open http://localhost:43315 in your browser.

About

Source code for a sentence parse tree visualization found here: http://nlpviz.bpodgursky.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages