Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.04 KB

As of May 2021, this repository has been retired.


GraphAware NLP with Docker

Setup

Download this repository

git clone git@github.com:graphaware/neo4j-nlp-docker

Change directory to plugins

The following downloads the necessary plugins in their snapshot version

cd plugins
wget https://products.graphaware.com/download/framework-server-enterprise/graphaware-server-enterprise-all-3.3.5.52.jar
wget https://products.graphaware.com/download/nlp/graphaware-nlp-3.3.3.52.7.jar
wget https://products.graphaware.com/download/nlp-stanford-nlp/nlp-stanfordnlp-3.3.3.52.7.jar

Return to the project directory and run

cd ..
docker-compose up

Check your neo4j instance

For documentation on using the NLP features, see the GraphAware NLP repository

Requirements

Make sure docker run with at least 5gb of memory :

Imgur