Integrate the Stanford CoreNLP annotation pipeline library into eXist-db.
Demo and documentation are included in the package.
- clone the github repository: https://github.com/ljo/exist-stanford-corenlp
- edit local.build.properties and set exist.dir to point to your eXist install directory
- call "ant" in the directory to create a .xar
- upload the xar into eXist using the dashboard
The module currently provides support to create a Named Entity Recognition (NER) classifier model and run some of the pipeline tools, including the NER classifier, on your documents.
See The main page of the app once installed.