MusicConnectionMachine / StructuredData

In this project we will be scanning structured online resources such as DBPedia, Worldcat, MusicBrainz, IMSLP and other databases
GNU General Public License v3.0
4 stars 3 forks source link

Script to crawl DBPedia #6

Closed ShilpaGhanashyamGore closed 7 years ago

ShilpaGhanashyamGore commented 7 years ago

Understand how the data from DBPedia can be crawled .Use ready scripts if available .Else make a script

ShilpaGhanashyamGore commented 7 years ago

@vviro :Python scripts given for DBPedia(in rostlab wikipage) is basically for annotating a given text using the DBPedia ID.It employs 3 techniques DPBedia Spotlight and 2 others to perform the initial annotation.And then it homogenizes the output from 3 tools before publishing the results . I dont understand how does it serve our purpose ?Please correct me if I am missing something.

TimHenkelmann commented 7 years ago

This is implemented in the pullrequest #14, #15, #23 and others