Hi, On Thu, Nov 18, 2010 at 4:34 PM, Dimitris Kontokostas <[email protected]> wrote: > i was wondering if we can generate the abstracts on our own, > > in AbstractExtracot.scala (line 22) the url syntax is defined by the > following code: > pageUrlFormat = "http://127.0.0.1:88/wikipedia/index.php/%2$s?dblang=%1$s" > > will it work if i change it to > http://%1$s.wikipedia.org/wiki/%2$s > (as a temporary solution)?
Unfortunately, it is not that straightforward. An overview of what is required can be found here: http://dbpedia.svn.sourceforge.net/viewvc/dbpedia/extraction/wikipedia/docs/dbpedia_wikipedia.txt In short, you need a modified MediaWiki instance, a database with all Wikipedia data for a language (SQL dumps and XML dump inserted with MWdumper) and a server. I am afraid that our group does not have the resources to openly provide this to the community. That is why we set it up locally for the different releases. Cheers, Max ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today http://p.sf.net/sfu/msIE9-sfdev2dev _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
