Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 716 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 716 Bytes

Annot8 CoreNLP Components

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.

Building

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

Licence

The code in this repository is licenced under a GPLv3 Licence.