MusicConnectionMachine / RelationshipsG3

In this repository we will try to build and determine relationships between composers
GNU Affero General Public License v3.0
2 stars 4 forks source link

Added the algorithms to extract relationhsip #12

Closed ansjin closed 7 years ago

ansjin commented 7 years ago

Added these two algorithms to take either file or an array of sentences and return the resulted values in a proper json format as shown in readme

  1. Ollie
  2. OpenIE

This algorithms will run inside separate docker container. Node.js interface is added to interact with these algorithms.

Also updated the readme and added the config file.