Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 .settings 2015-04-20 magnum74 [r1] Initial commit
 branches 2015-04-20 magnum74 [r1] Initial commit
 main 2015-04-20 magnum74 [r1] Initial commit
 stanfordcorenlpclient-svn 2015-04-20 magnum74 [r1] Initial commit
 tags 2015-04-20 magnum74 [r1] Initial commit
 trunk 2016-07-19 magnum74 [r7]
 .classpath 2015-04-20 magnum74 [r1] Initial commit
 .project 2015-04-20 magnum74 [r1] Initial commit
 README 2015-04-20 magnum74 [r1] Initial commit

Read Me

A simple Java client for querying a Stanford CoreNLP XML Server.
 
Code example:

StanfordCoreNLPClient s = new StanfordCoreNLPClient("http://localhost:8080/");
Response res = s.get("Hello World!");

Installation of the server https://github.com/nlohmann/StanfordCoreNLPXMLServer

An online demo of the server http://nlp.stanford.edu:8080/corenlp/process

Note: online demo output differs from the current output of the server (20 Apr 2015)

License: GNU General Public License (v2 or later).
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.