Skip to content

mschuhma/dbpediaweights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dbpediaweights

DBpedia Weights

This page contains the DBpedia counts as described in

Michael Schuhmacher and Simone Paolo Ponzetto: Knowledge-based Graph Document Modeling. In Proceedings of WSDM'14, pp. 543-552, ACM, 2014 (paper, presentation)

They are needed for computing the DBpedia node/edge weighting metrics

Loading tab files

For loading the DBpedia2014 files into a mysql database, create the tables first, then load the files

load data infile 'ObjectCount.tab'
INTO TABLE dbpcounts39.ObjCnt
FIELDS TERMINATED BY '\t' enclosed by '"'
LINES TERMINATED BY '\n';

Recomputing the counts

If you want to compute the counts yourself, run this Java class on a local Virtuoso DBpedia instance

About

DBpedia Weights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published