Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 663 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 663 Bytes

corenlp-coreference-server

CoreNLP co-reference resolution over http

Based on the cygnet project.

This project simply acccepts a URLEncoded query string which is a paragraph. See the src/main/java/devtest/ParagraphTest for an example. That example includes a display of what is returned: a JSON Object with two primary fields.

The GPL license was chosen since Stanford's CoreNLP is licensed GPL.

Building

One dependency is not yet in a maven repo. It must be installed first:

https://github.com/topicquests/tq-support tag: v2.0.0

Then this repo:
mvn clean install

Running

./start.sh