StanfordCoreNLPClient SVN
A simple Java client for querying a Stanford CoreNLP XML Server.
Brought to you by:
magnum74
| 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 |
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).