MusicConnectionMachine / Relationships

GNU Affero General Public License v3.0
9 stars 1 forks source link

Write Data to DB #16

Closed Henni closed 7 years ago

Henni commented 7 years ago

Right after we ran the relationship-extraction algorithms we want to write our results to the database. Additionally we want to write our classification results to the database.

TODOs:

Sandr0x00 commented 7 years ago

At the moment we write the raw data with some stemming. Classifying not yet done, so we can't write classified data, maybe we should add the writing of classified data to the classify issue?

simonzachau commented 7 years ago

As described in the classification issue this is done. The only thing missing is the knowledge of the direction of a relation, which is not relevant in this issue.