MusicConnectionMachine / RelationshipsG4

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

filtering relationship extraction from json #25

Closed simonzachau closed 7 years ago

simonzachau commented 7 years ago

For now we get the openIE results in the JSON format with coreferences inline. Next, we have to extract relevant information from the openIE triplets, e.g. ("Mozart", "born in", "Salzburg") -> search for the "born in"-relationship and save to the database via the api.

simonzachau commented 7 years ago

Update: In the meeting on Friday @vviro made clear that it's better to store much data than to filter it aggressively. Consequently, we might even be able to store the data directly without trying to understand any logic.

Sandr0x00 commented 7 years ago

Just committed some changes: We now automatically save data on the FS (configurable via config.json), since we not yet have db-logic in place. branch at the moment: filtering

kordianbruck commented 7 years ago

@Sandr00 please make sure the DB-logic is there first then and work on that instead. Thanks!

We need to halt any other progress and get the basics done first!

Sandr0x00 commented 7 years ago

@Gillian0023 works at the moment on the DB logic in the API. (https://github.com/MusicConnectionMachine/api/issues/28)

kordianbruck commented 7 years ago

@Sandr00 can you support her and fasttrack that issue please? Thanks!

Sandr0x00 commented 7 years ago

Sure

Sandr0x00 commented 7 years ago

Continued here: https://github.com/MusicConnectionMachine/Relationships/issues/9