SkillAgentSearch skills...

Nlpviz

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

Install / Use

/learn @bpodgursky/Nlpviz
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars137
CategoryDevelopment
Updated1y ago
Forks47

Languages

JavaScript

Security Score

65/100

Audited on Nov 27, 2024

No findings