Skip to content

topicquests/corenlp-coreference-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CoreNLP co-reference resolution over http

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published