This project contains components for the Annot8 Data Processing Framework which use the Stanford CoreNLP libraries to perform Natural Language Processing tasks such as Named Entity Recognition and Relation extraction.
This project uses the Maven build system, and standard Maven commands such as mvn install
can be used.
To build a shaded version of the Annot8 CoreNLP Components suitable for use with Baleen 3, you can run the following command:
mvn -Pplugins package
The code in this repository is licenced under a GPLv3 Licence.