In this repository we will try to build and determine relationships between composers
Choose one of the following possibilites:
docker pull musicconnectionmachine/relationshipsg4
docker run -p 3000:3000 -d musicconnectionmachine/relationshipsg4
docker build -t musicconnectionmachine/relationshipsg4 .
docker run -p 3000:3000 -d musicconnectionmachine/relationshipsg4
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer
in the extracted folder to start the magic on localhost:9000core_nlp_server_url
to http://localhost:9000
npm install
to install dependenciesnpm run start
to start the server on localhost:3000, or alternatively run the ./bin/www file in WebStormFor Mac: In case you don't have wget installed, you can get it via homebrew by running brew install wget